{
    "name": "DSE Updates Public Read API",
    "api_version": "1",
    "publisher": "Detection Systems & Engineering",
    "policy": "Read-only. Only governed, published DSE posts are exposed.",
    "documentation": "https://update.dsesecurity.com/llms.txt",
    "openapi": "https://update.dsesecurity.com/api/v1/openapi.json",
    "usage_info": "https://update.dsesecurity.com/usage/",
    "endpoints": {
        "posts": "https://update.dsesecurity.com/api/v1/posts/",
        "post": "https://update.dsesecurity.com/api/v1/posts/{slug}/",
        "topics": "https://update.dsesecurity.com/api/v1/topics/",
        "sources": "https://update.dsesecurity.com/api/v1/sources/",
        "rss": "https://update.dsesecurity.com/feed/",
        "json_feed": "https://update.dsesecurity.com/feed.json"
    },
    "post_filters": [
        "q",
        "topic",
        "format",
        "priority",
        "sort",
        "page",
        "per_page"
    ],
    "sort_values": [
        "stream",
        "latest",
        "featured",
        "reviewed",
        "title"
    ]
}