GET /api/observation-point-taxon/?format=api&limit=10&offset=20
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=30",
    "previous": "https://biostreamportal.net/api/observation-point-taxon/?format=api&limit=10&offset=10",
    "results": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4590254.0,
                        2532806.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Bromus erectus"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4557354.0,
                        2536442.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Rubus caesius"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4575395.0,
                        2548305.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Digitaria sanguinalis"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4561120.0,
                        2573345.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Centaurea nigrescens"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4566731.0,
                        2521673.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Zapornia parva"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4549633.0,
                        2569629.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Festuca rupicola"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4552395.0,
                        2567049.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Betonica"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4561994.0,
                        2547682.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Bromus erectus"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4563897.0,
                        2564793.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Clinopodium vulgare"
                }
            },
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4566500.0,
                        2521906.0
                    ]
                },
                "properties": {
                    "habitatdir": null,
                    "taxon": "Ardea purpurea"
                }
            }
        ]
    }
}