Django REST framework
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

GET /api/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "affected-territory": "https://data-beta.opendataricostruzione.gssi.it/api/affected-territory/",
    "affected-territory-geojson": "https://data-beta.opendataricostruzione.gssi.it/api/affected-territory-geojson/",
    "intervention": "https://data-beta.opendataricostruzione.gssi.it/api/intervention/",
    "intervention-geojson": "https://data-beta.opendataricostruzione.gssi.it/api/intervention-geojson/",
    "paperwork": "https://data-beta.opendataricostruzione.gssi.it/api/paperwork/",
    "company": "https://data-beta.opendataricostruzione.gssi.it/api/company/",
    "professional": "https://data-beta.opendataricostruzione.gssi.it/api/professional/",
    "institution": "https://data-beta.opendataricostruzione.gssi.it/api/institution/",
    "applicant": "https://data-beta.opendataricostruzione.gssi.it/api/applicant/"
}