iNaturalist · Example Payload

Get Places Place_Id Zoom X Y.Png

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Get Places Place_Id Zoom X Y.Png 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-place_id-zoom-x-y.png",
  "method": "GET",
  "path": "/places/{place_id}/{zoom}/{x}/{y}.png",
  "summary": "Place Tiles",
  "parameters": [
    {
      "$ref": "#/parameters/path_place_id"
    },
    {
      "$ref": "#/parameters/zoom"
    },
    {
      "$ref": "#/parameters/x"
    },
    {
      "$ref": "#/parameters/y"
    },
    {
      "$ref": "#/parameters/ttl"
    }
  ],
  "exampleResponse": null
}