GET {{cartes_api_base_url}}/maps
Body
PARAM
Key | Datatype | Required | Description |
with[]
|
string | ||
query
|
string |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"data": [
{
"slug": "pca_8",
"title": "portcast_assignment",
"description": "portcast_assignment",
"privacy": "public",
"users_can_create_markers": "yes",
"options": null,
"uuid": "a47001ec-c3a4-4b5a-91b5-787c63e2840b",
"created_at": "2022-08-03T07:01:06+02:00",
"updated_at": "2022-08-03T07:01:22+02:00",
"markers_count": 31,
"is_linked_to_user": false,
"user": null
},
{
"slug": "2b38f3bf-09e4-4aa0-baab-d8a56a64bd94",
"title": "Marine ecology map",
"description": "",
"privacy": "public",
"users_can_create_markers": "yes",
"options": {
"links": null,
"default_expiration_time": null,
"limit_to_geographical_body_type": null
},
"uuid": "2b38f3bf-09e4-4aa0-baab-d8a56a64bd94",
"created_at": "2022-07-29T13:26:21+02:00",
"updated_at": "2022-07-30T21:14:00+02:00",
"markers_count": 35,
"is_linked_to_user": true
}
],
"links": {
"first": "https://cartes.io/api/maps?page=1",
"last": "https://cartes.io/api/maps?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://cartes.io/api/maps?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "https://cartes.io/api/maps",
"per_page": 15,
"to": 2,
"total": 2
}
} |
ENDPOINTS