{
    "name": "TorPortal API",
    "version": 1,
    "docs": "https://torportal.online/api",
    "note": "All endpoints are read only. No key needed. Please cache on your side and do not hit faster than once per minute.",
    "endpoints": [
        [
            "GET",
            "/api/markets.json",
            "All markets with primary onion and mirrors."
        ],
        [
            "GET",
            "/api/markets/<slug>.json",
            "Single market by slug, e.g. nexus, anubis, torzon."
        ],
        [
            "GET",
            "/api/news.json",
            "News feed. Query params: page (default 1), limit (max 50, default 20), source (slug)."
        ],
        [
            "GET",
            "/api/news/<id>.json",
            "Single news item by numeric id, full text and image url."
        ],
        [
            "GET",
            "/api/sources.json",
            "News sources we pull from."
        ],
        [
            "GET",
            "/api/prices.json",
            "Current BTC, LTC and XMR prices in USD with 24h change."
        ]
    ]
}