Cartes.io

Create and read open collaborative maps and markers

🗺 Geo & MapsUNMONITOREDchecked 29 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

An open-source mapping service where anyone can spin up public maps and drop markers, all reachable over a REST API. Listing maps is a keyless GET — just send Accept: application/json, or you get the web app's HTML instead. CORS is enabled.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://cartes.io/api/maps

{
  "data": [
    {
      "slug": "56dfcf10-9824-470c-b205-af7401d9e1ec",
      "title": "Trip to Europe",
      "privacy": "public",
      "uuid": "56dfcf10-9824-470c-b205-af7401d9e1ec",
      "markers_count": 3,
      "created_at": "2026-06-25T08:54:14+02:00"
    }
  ]
}
Call itcurl · fetch · python
curl "https://cartes.io/api/maps"
const res = await fetch("https://cartes.io/api/maps");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://cartes.io/api/maps")
print(res.json())
Endpoints · 2On scheduleFULL DOCS ↗
First rollup pending — GET /maps has been probed
GET/mapsPROBED

Create and read open collaborative maps and markers

GET/maps?limit=5

Paginated variant with limit parameter.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Cartes.io: common questions

Is Cartes.io free to use?

Yes — Cartes.io is a free geo & maps API. Free tier: Free, no API key for public read. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Cartes.io need an API key?

No — Cartes.io needs no API key or signup. You can call it straight away; rate limits still apply (60 req/window · 59 remaining).

Can I call Cartes.io from the browser?

Yes — Cartes.io returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Cartes.io up right now?

As of our last scheduled check, Cartes.io is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.