{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "category": {
        "id": 2,
        "slug": "http-status-codes",
        "name": "HTTP Status Codes",
        "description": "Complete reference of HTTP response status codes.",
        "icon": "globe",
        "created_at": 1783090350
    },
    "datasets": [
        {
            "id": 1,
            "slug": "http-cors-guide",
            "title": "CORS (Cross-Origin Resource Sharing) Guide",
            "description": "Complete CORS reference: preflight requests, Access-Control headers, credentials, wildcard policies, and common pitfalls.",
            "tags": "http,cors,cross-origin,security,preflight,access-control,same-origin",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 2,
            "slug": "http-status-codes-complete",
            "title": "Complete HTTP Status Codes Reference",
            "description": "Complete reference of all HTTP status codes organized by class: 1xx informational, 2xx success, 3xx redirection, 4xx client error, 5xx server error.",
            "tags": "http,web,reference,status codes",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 3,
            "slug": "http-authentication-methods",
            "title": "HTTP Authentication Methods",
            "description": "HTTP authentication schemes: Basic, Bearer (JWT), Digest, OAuth 2.0, Mutual TLS, and modern alternatives like WebAuthn and passkeys.",
            "tags": "http,authentication,basic,bearer,jwt,oauth2,digest,webauthn,passkeys",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 4,
            "slug": "http-caching-guide",
            "title": "HTTP Caching: Complete Guide",
            "description": "HTTP caching strategies: Cache-Control directives, ETag/Last-Modified validation, CDN caching, stale-while-revalidate, and browser cache behavior.",
            "tags": "http,caching,cache-control,etag,cdn,performance,browser-cache",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 5,
            "slug": "http-client-error-guide",
            "title": "HTTP Client Error Status Codes (4xx)",
            "description": "Guide to 4xx client error responses: when to use 400 vs 401 vs 403 vs 404 vs 429, proper error responses, and user experience.",
            "tags": "http,client-errors,4xx,error-handling,security,rate-limiting",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 6,
            "slug": "http-content-negotiation",
            "title": "HTTP Content Negotiation",
            "description": "HTTP content negotiation: Accept, Accept-Language, Accept-Encoding, Accept-Charset headers, content type selection, and server-driven vs agent-driven negotiation.",
            "tags": "http,content-negotiation,accept,accept-language,accept-encoding,media-types",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 7,
            "slug": "http-methods-reference",
            "title": "HTTP Methods Reference",
            "description": "Standard HTTP request methods: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS, TRACE with safety, idempotency, and body characteristics.",
            "tags": "http,methods,rest,web",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 8,
            "slug": "http-redirect-status-codes",
            "title": "HTTP Redirect Status Codes (3xx)",
            "description": "Comprehensive guide to HTTP 3xx redirect codes: when to use 301 vs 302 vs 307 vs 308, SEO implications, and browser behavior.",
            "tags": "http,redirects,3xx,seo,permanent,temporary",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 9,
            "slug": "http-server-error-guide",
            "title": "HTTP Server Error Status Codes (5xx)",
            "description": "Guide to 5xx server error responses: diagnosing 500, 502, 503, 504 errors, retry strategies, and monitoring.",
            "tags": "http,server-errors,5xx,monitoring,retry,devops",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 10,
            "slug": "http-status-code-best-practices",
            "title": "HTTP Status Code Best Practices",
            "description": "Guidelines for proper HTTP status code usage in REST APIs: when to use each code, common mistakes, and industry conventions.",
            "tags": "http,status-codes,best-practices,rest,api-design,error-handling",
            "view_count": 0,
            "created_at": 1783090350
        }
    ]
}