GET /api/observation-point-taxon/?format=api&limit=10&offset=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 572715,
    "next": "https://biostreamportal.net/api/observation-point-taxon/?format=api&limit=10&offset=20",
    "previous": "https://biostreamportal.net/api/observation-point-taxon/?format=api&limit=10",
    "results": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4367026.0,
                        2525457.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Capreolus capreolus"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4370469.0,
                        2526907.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Cervus elaphus"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4367372.0,
                        2526299.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Falco tinnunculus"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4366424.0,
                        2526365.0
                    ]
                },
                "properties": {
                    "habitatdir": "IV",
                    "taxon": "Physoplexis comosa"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4366460.0,
                        2521938.0
                    ]
                },
                "properties": {
                    "habitatdir": "II,IV",
                    "taxon": "Ursus arctos"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4366536.0,
                        2525586.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Carinostoma carinatum"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4400608.0,
                        2544411.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Alauda arvensis"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4401055.0,
                        2543212.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Anthus spinoletta"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4400275.0,
                        2544440.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Fringilla coelebs"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4401055.0,
                        2543212.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Sylvia curruca"
                }
            }
        ]
    }
}