iNaturalist · Example Payload

Get Places Id

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Get Places Id is an example object payload from iNaturalist, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryparametersexampleResponse

Example Payload

Raw ↑
{
  "operationId": "get-places-id",
  "method": "GET",
  "path": "/places/{id}",
  "summary": "Place Details",
  "parameters": [
    {
      "$ref": "#/parameters/path_multi_id_or_slug"
    },
    {
      "name": "admin_level",
      "in": "query",
      "type": "array",
      "enum": [
        -10,
        0,
        10,
        20,
        30,
        100
      ],
      "items": {
        "type": "integer"
      },
      "description": "Admin level of a place, or an array of admin levels\nin comma-delimited format. Supported admin levels are: -10\n(continent), 0 (country), 10 (state), 20 (county), 30 (town),\n100 (park)"
    }
  ],
  "exampleResponse": null
}