{
    "platform": "BrandShyp Public API",
    "version": "v1",
    "description": "A small platform of read-only public APIs over the datasets behind our free tools. Built the way we build data systems on contract: versioned, documented, provenance-carrying.",
    "documentation": "https://brandshyp.org/developers/",
    "resources": [
        {
            "name": "crime",
            "title": "San Antonio crime (SAPD reported offences by ZIP)",
            "discovery": "https://brandshyp.org/api/v1/crime",
            "openapi": "https://brandshyp.org/api/v1/openapi.json",
            "documentation": "https://brandshyp.org/crime-data-api/"
        },
        {
            "name": "stig-nist",
            "title": "DISA STIG to NIST 800-53 control mapping",
            "discovery": "https://brandshyp.org/api/v1/stig-nist",
            "openapi": "https://brandshyp.org/api/v1/compliance/openapi.json",
            "documentation": "https://brandshyp.org/compliance-api/"
        },
        {
            "name": "nist-800-171",
            "title": "NIST SP 800-171 rev2 controls with DoD SPRS weights",
            "discovery": "https://brandshyp.org/api/v1/nist-800-171",
            "openapi": "https://brandshyp.org/api/v1/compliance/openapi.json",
            "documentation": "https://brandshyp.org/compliance-api/"
        },
        {
            "name": "attribution",
            "title": "Designated vessel attribution: which legal entity is behind a sanctioned hull",
            "discovery": "https://brandshyp.org/api/v1/attribution",
            "openapi": null,
            "documentation": "https://brandshyp.org/vessel-attribution/"
        },
        {
            "name": "trail-access",
            "title": "San Antonio trail surface accessibility and sidewalk network coverage",
            "discovery": "https://brandshyp.org/api/v1/trail-access",
            "openapi": "https://brandshyp.org/api/v1/trail-access/openapi.json",
            "documentation": "https://brandshyp.org/san-antonio-trail-access/"
        },
        {
            "name": "permits",
            "title": "San Antonio building permits, published with the coverage rate of every field",
            "discovery": "https://brandshyp.org/api/v1/permits",
            "openapi": "https://brandshyp.org/api/v1/permits/openapi.json",
            "documentation": "https://brandshyp.org/san-antonio-building-permits/"
        },
        {
            "name": "mixed-beverage",
            "title": "San Antonio bar and restaurant alcohol revenue by ZIP code, 2007 to present",
            "discovery": "https://brandshyp.org/api/v1/mixed-beverage",
            "openapi": "https://brandshyp.org/api/v1/mixed-beverage/openapi.json",
            "documentation": "https://brandshyp.org/san-antonio-bar-revenue/"
        },
        {
            "name": "aggressive-driving",
            "title": "San Antonio driving events recorded by police, and aggressive driving reported by residents",
            "discovery": "https://brandshyp.org/api/v1/aggressive-driving",
            "openapi": "https://brandshyp.org/api/v1/aggressive-driving/openapi.json",
            "documentation": "https://brandshyp.org/san-antonio-aggressive-driving/"
        }
    ],
    "license": "Individual resources carry their own license; see each discovery document.",
    "contact": {
        "name": "BrandShyp",
        "url": "https://brandshyp.org/contact-us/"
    }
}