Logo
Cartes.io API API Documentation

Search for maps

GET {{cartes_api_base_url}}/maps/search?q=Demo

 

Body PARAM

Key Datatype Required Description 
q
string



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "data": [ { "slug": "048eebe4-8dac-46e2-a947-50b6b8062fec", "title": "Demo map", "description": "This map is a demo map, meant to help you try out Cartes.io. You can create markers here willy-nilly, but please behave. Information on this map is not real or accurate.", "privacy": "public", "users_can_create_markers": "yes", "options": null, "uuid": "048eebe4-8dac-46e2-a947-50b6b8062fec", "created_at": "2020-05-03T15:24:48+02:00", "updated_at": "2022-08-08T16:07:56+02:00", "markers_count": 113, "is_linked_to_user": true, "user": { "username": "Cartes.io", "description": "Official Cartes.io maps account", "avatar": null, "is_public": true, "created_at": "2020-05-08T17:12:53+02:00", "email_verified_at": "2020-05-08 17:13:31" } } ], "links": { "first": "https://cartes.io/api/maps/search?query=Demo&page=1", "last": "https://cartes.io/api/maps/search?query=Demo&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/search?query=Demo&page=1", "label": "1", "active": true }, { "url": null, "label": "Next »", "active": false } ], "path": "https://cartes.io/api/maps/search", "per_page": 15, "to": 1, "total": 1 } }



Curl
curl -X GET 'cartes_api_base_url/maps/search?q=Demo?q=Demo'

ENDPOINTS