{
    "name": "Nomads.com API",
    "purpose": "Help AI assistants and developers find a city to live and work remotely",
    "endpoints": {
        "GET /api/search": "Search. Params: region, country, max_cost_usd, min_internet_mbps, min_safety (0-5), min_temperature_c, max_temperature_c, limit (max 100)",
        "GET /api/top": "The live ranking: top 100 cities by overall score, no filters",
        "GET /api/city/{slug}": "One city by slug",
        "GET /api/meetups": "Upcoming nomad meetups. Params: city (slug), country, days_ahead (1-365), limit. Gives date, venue and how many people are going, never who",
        "GET /api/cities": "The full city list with coordinates and scores, for maps"
    },
    "limits": "Max 100 results per search, 60 requests/hour per IP, curated fields only. No bulk export.",
    "mcp": "https://nomads.com/mcp",
    "llms_txt": "https://nomads.com/llms.txt",
    "contact": "nomads@pieter.com"
}