Identity & Authority: Api.Airforce – Signal Evidence & AI Readability

Api.Airforce

(https://api.airforce) 📸 Data Snapshot: June 21, 2026
Identity & Authority — The Lens

Inspect the JSON-LD. Is there an Organization or Person schema, and does it carry sameAs links to real external profiles (LinkedIn, socials)? Missing schema or no identity declaration signals an anonymous entity.

Identity & Authority Expert verifiability & Schema depth.
9 Impact Weight: 15 / 100
60% Reputation

There is a complete absence of named authority; no founders, engineers, or team members are identified, and the Organization schema links only to social media profiles (Discord, GitHub) rather than verified corporate identities. The technical credibility is hampered by a broken status widget on the homepage, which is a significant red flag for an ‘API-first’ company claiming high reliability.

The site makes bold performance claims including ‘Lightning Fast – 50ms Average Latency’ and ‘Enterprise Security & Privacy,’ yet provides no status page, no security whitepaper, and no evidence of SOC 2 compliance. The marketing tone suggests a high-performance infrastructure that is contradicted by the placeholder data and lack of technical depth in the documentation.

Identity & Authority is read from the structured data first: whether the site declares who it is in machine-readable schema, with verifiable identity links. Below is the schema captured per page, then the external proof links that support (or fail to support) that identity.

🔗 Identity & Technical Layer — schema JSON-LD: identity chains, entity gaps
Homepage schema
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://api.airforce/#organization",
            "name": "Api.Airforce",
            "url": "https://api.airforce",
            "logo": {
                "@type": "ImageObject",
                "url": "https://api.airforce/airforce-logo.png",
                "width": 512,
                "height": 512
            },
            "sameAs": [
                "https://discord.gg/airforce",
                "https://github.com/ApiAirforce",
                "https://bsky.app/profile/apiairforce.bsky.social",
                "https://dev.to/airforceapi"
            ],
            "contactPoint": {
                "@type": "ContactPoint",
                "contactType": "customer support",
                "email": "support@api.airforce",
                "availableLanguage": [
                    "en",
                    "de",
                    "fr",
                    "es",
                    "pt",
                    "ru",
                    "ja",
                    "ko",
                    "zh"
                ]
            }
        },
        {
            "@type": "WebSite",
            "@id": "https://api.airforce/#website",
            "url": "https://api.airforce",
            "name": "Api.Airforce",
            "description": "Free Claude API access and affordable AI gateway with 100+ models.",
            "publisher": {
                "@id": "https://api.airforce/#organization"
            },
            "inLanguage": "en",
            "potentialAction": {
                "@type": "SearchAction",
                "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://api.airforce/models?q={search_term_string}"
                },
                "query-input": "required name=search_term_string"
            }
        },
        {
            "@type": "SoftwareApplication",
            "@id": "https://api.airforce/#software",
            "name": "Api.Airforce",
            "applicationCategory": "DeveloperApplication",
            "operatingSystem": "Web",
            "offers": {
                "@type": "Offer",
                "price": "0",
                "priceCurrency": "USD",
                "availability": "https://schema.org/InStock",
                "description": "Free tier available with pay-as-you-go pricing"
            },
            "description": "Free Claude API access and affordable AI gateway with 100+ models including Claude, GPT-4, Midjourney, Gemini, and more",
            "featureList": [
                "Free Claude API access",
                "Cheap AI API pricing",
                "Free Midjourney API",
                "GPT-4 API access",
                "100+ AI models",
                "Pay-as-you-go pricing",
                "Real-time streaming",
                "Function calling support",
                "Multi-modal capabilities"
            ],
            "url": "https://api.airforce",
            "image": "https://api.airforce/airforce-logo.png",
            "publisher": {
                "@id": "https://api.airforce/#organization"
            },
            "isPartOf": {
                "@id": "https://api.airforce/#website"
            }
        },
        {
            "@type": "ItemList",
            "@id": "https://api.airforce/#primary-nav",
            "name": "Primary navigation",
            "itemListElement": [
                {
                    "@type": "SiteNavigationElement",
                    "position": 1,
                    "name": "AI Models",
                    "url": "https://api.airforce/models/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 2,
                    "name": "Pricing",
                    "url": "https://api.airforce/pricing/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 3,
                    "name": "API Documentation",
                    "url": "https://api.airforce/docs/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 4,
                    "name": "Skills",
                    "url": "https://api.airforce/skills/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 5,
                    "name": "Playground",
                    "url": "https://api.airforce/playground/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 6,
                    "name": "Enterprise",
                    "url": "https://api.airforce/enterprise/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 7,
                    "name": "Blog",
                    "url": "https://api.airforce/blog/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 8,
                    "name": "Login",
                    "url": "https://api.airforce/login/"
                }
            ]
        }
    ]
}
/signup/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://api.airforce/#organization",
            "name": "Api.Airforce",
            "url": "https://api.airforce",
            "logo": {
                "@type": "ImageObject",
                "url": "https://api.airforce/airforce-logo.png",
                "width": 512,
                "height": 512
            },
            "sameAs": [
                "https://discord.gg/airforce",
                "https://github.com/ApiAirforce",
                "https://bsky.app/profile/apiairforce.bsky.social",
                "https://dev.to/airforceapi"
            ],
            "contactPoint": {
                "@type": "ContactPoint",
                "contactType": "customer support",
                "email": "support@api.airforce",
                "availableLanguage": [
                    "en",
                    "de",
                    "fr",
                    "es",
                    "pt",
                    "ru",
                    "ja",
                    "ko",
                    "zh"
                ]
            }
        },
        {
            "@type": "WebSite",
            "@id": "https://api.airforce/#website",
            "url": "https://api.airforce",
            "name": "Api.Airforce",
            "description": "Free Claude API access and affordable AI gateway with 100+ models.",
            "publisher": {
                "@id": "https://api.airforce/#organization"
            },
            "inLanguage": "en",
            "potentialAction": {
                "@type": "SearchAction",
                "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://api.airforce/models?q={search_term_string}"
                },
                "query-input": "required name=search_term_string"
            }
        },
        {
            "@type": "SoftwareApplication",
            "@id": "https://api.airforce/#software",
            "name": "Api.Airforce",
            "applicationCategory": "DeveloperApplication",
            "operatingSystem": "Web",
            "offers": {
                "@type": "Offer",
                "price": "0",
                "priceCurrency": "USD",
                "availability": "https://schema.org/InStock",
                "description": "Free tier available with pay-as-you-go pricing"
            },
            "description": "Free Claude API access and affordable AI gateway with 100+ models including Claude, GPT-4, Midjourney, Gemini, and more",
            "featureList": [
                "Free Claude API access",
                "Cheap AI API pricing",
                "Free Midjourney API",
                "GPT-4 API access",
                "100+ AI models",
                "Pay-as-you-go pricing",
                "Real-time streaming",
                "Function calling support",
                "Multi-modal capabilities"
            ],
            "url": "https://api.airforce",
            "image": "https://api.airforce/airforce-logo.png",
            "publisher": {
                "@id": "https://api.airforce/#organization"
            },
            "isPartOf": {
                "@id": "https://api.airforce/#website"
            }
        },
        {
            "@type": "ItemList",
            "@id": "https://api.airforce/#primary-nav",
            "name": "Primary navigation",
            "itemListElement": [
                {
                    "@type": "SiteNavigationElement",
                    "position": 1,
                    "name": "AI Models",
                    "url": "https://api.airforce/models/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 2,
                    "name": "Pricing",
                    "url": "https://api.airforce/pricing/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 3,
                    "name": "API Documentation",
                    "url": "https://api.airforce/docs/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 4,
                    "name": "Skills",
                    "url": "https://api.airforce/skills/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 5,
                    "name": "Playground",
                    "url": "https://api.airforce/playground/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 6,
                    "name": "Enterprise",
                    "url": "https://api.airforce/enterprise/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 7,
                    "name": "Blog",
                    "url": "https://api.airforce/blog/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 8,
                    "name": "Login",
                    "url": "https://api.airforce/login/"
                }
            ]
        }
    ]
}
/docs/
[
    {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://api.airforce/#organization",
                "name": "Api.Airforce",
                "url": "https://api.airforce",
                "logo": {
                    "@type": "ImageObject",
                    "url": "https://api.airforce/airforce-logo.png",
                    "width": 512,
                    "height": 512
                },
                "sameAs": [
                    "https://discord.gg/airforce",
                    "https://github.com/ApiAirforce",
                    "https://bsky.app/profile/apiairforce.bsky.social",
                    "https://dev.to/airforceapi"
                ],
                "contactPoint": {
                    "@type": "ContactPoint",
                    "contactType": "customer support",
                    "email": "support@api.airforce",
                    "availableLanguage": [
                        "en",
                        "de",
                        "fr",
                        "es",
                        "pt",
                        "ru",
                        "ja",
                        "ko",
                        "zh"
                    ]
                }
            },
            {
                "@type": "WebSite",
                "@id": "https://api.airforce/#website",
                "url": "https://api.airforce",
                "name": "Api.Airforce",
                "description": "Free Claude API access and affordable AI gateway with 100+ models.",
                "publisher": {
                    "@id": "https://api.airforce/#organization"
                },
                "inLanguage": "en",
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://api.airforce/models?q={search_term_string}"
                    },
                    "query-input": "required name=search_term_string"
                }
            },
            {
                "@type": "SoftwareApplication",
                "@id": "https://api.airforce/#software",
                "name": "Api.Airforce",
                "applicationCategory": "DeveloperApplication",
                "operatingSystem": "Web",
                "offers": {
                    "@type": "Offer",
                    "price": "0",
                    "priceCurrency": "USD",
                    "availability": "https://schema.org/InStock",
                    "description": "Free tier available with pay-as-you-go pricing"
                },
                "description": "Free Claude API access and affordable AI gateway with 100+ models including Claude, GPT-4, Midjourney, Gemini, and more",
                "featureList": [
                    "Free Claude API access",
                    "Cheap AI API pricing",
                    "Free Midjourney API",
                    "GPT-4 API access",
                    "100+ AI models",
                    "Pay-as-you-go pricing",
                    "Real-time streaming",
                    "Function calling support",
                    "Multi-modal capabilities"
                ],
                "url": "https://api.airforce",
                "image": "https://api.airforce/airforce-logo.png",
                "publisher": {
                    "@id": "https://api.airforce/#organization"
                },
                "isPartOf": {
                    "@id": "https://api.airforce/#website"
                }
            },
            {
                "@type": "ItemList",
                "@id": "https://api.airforce/#primary-nav",
                "name": "Primary navigation",
                "itemListElement": [
                    {
                        "@type": "SiteNavigationElement",
                        "position": 1,
                        "name": "AI Models",
                        "url": "https://api.airforce/models/"
                    },
                    {
                        "@type": "SiteNavigationElement",
                        "position": 2,
                        "name": "Pricing",
                        "url": "https://api.airforce/pricing/"
                    },
                    {
                        "@type": "SiteNavigationElement",
                        "position": 3,
                        "name": "API Documentation",
                        "url": "https://api.airforce/docs/"
                    },
                    {
                        "@type": "SiteNavigationElement",
                        "position": 4,
                        "name": "Skills",
                        "url": "https://api.airforce/skills/"
                    },
                    {
                        "@type": "SiteNavigationElement",
                        "position": 5,
                        "name": "Playground",
                        "url": "https://api.airforce/playground/"
                    },
                    {
                        "@type": "SiteNavigationElement",
                        "position": 6,
                        "name": "Enterprise",
                        "url": "https://api.airforce/enterprise/"
                    },
                    {
                        "@type": "SiteNavigationElement",
                        "position": 7,
                        "name": "Blog",
                        "url": "https://api.airforce/blog/"
                    },
                    {
                        "@type": "SiteNavigationElement",
                        "position": 8,
                        "name": "Login",
                        "url": "https://api.airforce/login/"
                    }
                ]
            }
        ]
    },
    {
        "@context": "https://schema.org",
        "@type": "BreadcrumbList",
        "itemListElement": [
            {
                "@type": "ListItem",
                "position": 1,
                "name": "Home",
                "item": "https://api.airforce/"
            },
            {
                "@type": "ListItem",
                "position": 2,
                "name": "Docs",
                "item": "https://api.airforce/docs/"
            }
        ]
    }
]
/playground/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://api.airforce/#organization",
            "name": "Api.Airforce",
            "url": "https://api.airforce",
            "logo": {
                "@type": "ImageObject",
                "url": "https://api.airforce/airforce-logo.png",
                "width": 512,
                "height": 512
            },
            "sameAs": [
                "https://discord.gg/airforce",
                "https://github.com/ApiAirforce",
                "https://bsky.app/profile/apiairforce.bsky.social",
                "https://dev.to/airforceapi"
            ],
            "contactPoint": {
                "@type": "ContactPoint",
                "contactType": "customer support",
                "email": "support@api.airforce",
                "availableLanguage": [
                    "en",
                    "de",
                    "fr",
                    "es",
                    "pt",
                    "ru",
                    "ja",
                    "ko",
                    "zh"
                ]
            }
        },
        {
            "@type": "WebSite",
            "@id": "https://api.airforce/#website",
            "url": "https://api.airforce",
            "name": "Api.Airforce",
            "description": "Free Claude API access and affordable AI gateway with 100+ models.",
            "publisher": {
                "@id": "https://api.airforce/#organization"
            },
            "inLanguage": "en",
            "potentialAction": {
                "@type": "SearchAction",
                "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://api.airforce/models?q={search_term_string}"
                },
                "query-input": "required name=search_term_string"
            }
        },
        {
            "@type": "SoftwareApplication",
            "@id": "https://api.airforce/#software",
            "name": "Api.Airforce",
            "applicationCategory": "DeveloperApplication",
            "operatingSystem": "Web",
            "offers": {
                "@type": "Offer",
                "price": "0",
                "priceCurrency": "USD",
                "availability": "https://schema.org/InStock",
                "description": "Free tier available with pay-as-you-go pricing"
            },
            "description": "Free Claude API access and affordable AI gateway with 100+ models including Claude, GPT-4, Midjourney, Gemini, and more",
            "featureList": [
                "Free Claude API access",
                "Cheap AI API pricing",
                "Free Midjourney API",
                "GPT-4 API access",
                "100+ AI models",
                "Pay-as-you-go pricing",
                "Real-time streaming",
                "Function calling support",
                "Multi-modal capabilities"
            ],
            "url": "https://api.airforce",
            "image": "https://api.airforce/airforce-logo.png",
            "publisher": {
                "@id": "https://api.airforce/#organization"
            },
            "isPartOf": {
                "@id": "https://api.airforce/#website"
            }
        },
        {
            "@type": "ItemList",
            "@id": "https://api.airforce/#primary-nav",
            "name": "Primary navigation",
            "itemListElement": [
                {
                    "@type": "SiteNavigationElement",
                    "position": 1,
                    "name": "AI Models",
                    "url": "https://api.airforce/models/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 2,
                    "name": "Pricing",
                    "url": "https://api.airforce/pricing/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 3,
                    "name": "API Documentation",
                    "url": "https://api.airforce/docs/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 4,
                    "name": "Skills",
                    "url": "https://api.airforce/skills/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 5,
                    "name": "Playground",
                    "url": "https://api.airforce/playground/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 6,
                    "name": "Enterprise",
                    "url": "https://api.airforce/enterprise/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 7,
                    "name": "Blog",
                    "url": "https://api.airforce/blog/"
                },
                {
                    "@type": "SiteNavigationElement",
                    "position": 8,
                    "name": "Login",
                    "url": "https://api.airforce/login/"
                }
            ]
        }
    ]
}
🛡️ Trust Signals — external proof links that back the declared identity
25Review mentions (all pages)
1External proof links (all pages)
PageReviewsProof links
/ (home) 11 1
/signup/ 2 0
/docs/ 6 0
/playground/ 6 0