GET /api/observation-point-taxon/?format=api&limit=10&offset=30
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=40",
    "previous": "https://biostreamportal.net/api/observation-point-taxon/?format=api&limit=10&offset=20",
    "results": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4577342.0,
                        2521448.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Capreolus capreolus"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4577079.0,
                        2521203.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Lepus europaeus"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4555267.0,
                        2565430.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Lepus europaeus"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4556027.0,
                        2571548.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Sus scrofa"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4556255.0,
                        2572779.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Sus scrofa"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4550263.0,
                        2594696.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Sciurus vulgaris"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4581509.0,
                        2584920.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Mustela erminea"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4585456.0,
                        2523967.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Capreolus capreolus"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4596625.0,
                        2534055.0
                    ]
                },
                "properties": {
                    "habitatdir": "V",
                    "taxon": "Canis aureus"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4518850.0,
                        2575483.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Myodes glareolus"
                }
            }
        ]
    }
}