{
    "specVersion": "1.0",
    "host": {
        "displayName": "Trending YTuong.me",
        "identifier": "trending.ytuong.me",
        "documentationUrl": "https://trending.ytuong.me/docs/api"
    },
    "entries": [
        {
            "identifier": "urn:air:trending.ytuong.me:api:trending-keywords",
            "displayName": "Trending YTuong.me read API",
            "description": "OpenAPI 3.1 description of the read-only Markdown endpoints: what is trending today, one keyword's history, one day's digest per country. No authentication.",
            "type": "application/openapi+json",
            "url": "https://trending.ytuong.me/openapi.json",
            "tags": [
                "google-trends",
                "print-on-demand",
                "keywords",
                "markdown"
            ],
            "representativeQueries": [
                "what shirt keywords are trending on Google today",
                "show me the Google Trends history of the search \"labubu shirt\"",
                "which print-on-demand searches were rising in the UK on 2026-08-30",
                "is \"ornament set\" a seasonal search"
            ]
        },
        {
            "identifier": "urn:air:trending.ytuong.me:skill:trending-keywords",
            "displayName": "Trending keywords skill",
            "description": "Look up which searches are rising on Google Trends for print-on-demand products (shirts, hoodies, SVG, gifts, ornaments) and read the history of one keyword or one day, as Markdown, from trending.ytuong.me.",
            "type": "application/agent-skills+md",
            "url": "https://trending.ytuong.me/.well-known/agent-skills/trending-keywords/SKILL.md",
            "tags": [
                "skill",
                "google-trends",
                "print-on-demand"
            ],
            "representativeQueries": [
                "find rising Google searches for hoodie designs this week",
                "how do I fetch a keyword page from trending.ytuong.me as markdown",
                "what was trending for SVG files in Canada yesterday"
            ]
        },
        {
            "identifier": "urn:air:trending.ytuong.me:doc:llms-txt",
            "displayName": "llms.txt",
            "description": "A short map of the site for AI agents: the pages, the .md convention, how to cite.",
            "type": "text/plain",
            "url": "https://trending.ytuong.me/llms.txt",
            "representativeQueries": [
                "what is trending.ytuong.me and how can an agent read it",
                "how should I cite a fact taken from trending.ytuong.me"
            ]
        },
        {
            "identifier": "urn:air:trending.ytuong.me:catalog:api-catalog",
            "displayName": "API catalog",
            "description": "RFC 9727 API catalog: where the OpenAPI description, the documentation and the status endpoint live.",
            "type": "application/linkset+json",
            "url": "https://trending.ytuong.me/.well-known/api-catalog",
            "representativeQueries": [
                "where is the API documentation for trending.ytuong.me",
                "does trending.ytuong.me have a status endpoint"
            ]
        }
    ]
}