{
    "name": "Seoul.fm API",
    "version": "1.0",
    "status": "operational",
    "documentation": "https://api.seoul.fm/docs",
    "endpoints": {
        "now_playing": "/v1/now-playing",
        "upcoming": "/v1/upcoming",
        "recent": "/v1/recent",
        "search": "/v1/search?q={query}",
        "charts": "/v1/charts/top-requested",
        "trending": "/v1/trending",
        "history": "/v1/history"
    },
    "get_api_key": "https://api.seoul.fm/get-token",
    "support": "hi@seoul.fm"
}