Identity & Authority: APILayer – Signal Evidence & AI Readability

APILayer

(https://apilayer.com) 📸 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.
4 Impact Weight: 15 / 100
27% Reputation

A critical authority gap exists on the industries page where key performance indicators are left as zeroed-out placeholders, specifically 0 percent Uptime and 0 k plus Developer Users. There is a total absence of Person schema for the cited lead developers and CTOs, leaving their professional authority unverifiable. While the Organization schema is present, it lacks sameAs links to social proof or third-party authority signals, and the technical implementation shows a breakdown in attention to detail with broken placeholders on high-stakes industry pages.

The marketing tone claims unmatched reliability and high-uptime, yet the industry sub-page explicitly displays 0 percent Uptime in its statistics block. Bold claims about being trusted by leading engineering teams are undermined by the use of placeholder logos and generic customer names that feel like template defaults. The assertion that the platform has transformed development for 445k plus developers is not supported by any linked developer community, forum, or public status page.

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": "WebPage",
            "@id": "/",
            "url": "/",
            "name": "Discover, Integrate, and Build APIs with Our API Hub | APILayer",
            "isPartOf": {
                "@id": "/#website"
            },
            "datePublished": "2025-07-01T17:55:04+00:00",
            "dateModified": "2026-05-06T15:07:48+00:00",
            "description": "Discover, integrate, and build powerful APIs with APILayer. Access reliable, low-latency APIs for finance, travel, and data. Sign up free and start building today!",
            "breadcrumb": {
                "@id": "/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "/#website",
            "url": "/",
            "name": "APILayer",
            "description": "APILayer APIs are feature-rich and easy to integrate, offering low latency for an enhanced developer experience.",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        }
    ]
}
/marketplace/
[
    {
        "@context": "https://schema.org",
        "@type": "Organization",
        "name": "APILayer",
        "url": "https://apilayer.com/",
        "logo": "https://assets.apilayer.com/logo/logo.png",
        "contactPoint": {
            "@type": "ContactPoint",
            "telephone": "5122268080",
            "contactType": "customer service",
            "areaServed": [
                "US",
                "AT",
                "GB"
            ],
            "availableLanguage": "en"
        },
        "sameAs": [
            "https://twitter.com/apilayer/",
            "https://www.instagram.com/apilayer/",
            "https://www.linkedin.com/company/apilayer/",
            "https://github.com/apilayer/",
            "https://apilayer.com/"
        ]
    },
    {
        "@context": "https://schema.org",
        "@type": "LocalBusiness",
        "name": "APILayer",
        "image": "https://assets.apilayer.com/logo/logo.png",
        "@id": "",
        "url": "https://apilayer.com/",
        "telephone": "5122268080",
        "address": {
            "@type": "PostalAddress",
            "streetAddress": "Elisabethstrasse 15/5",
            "addressLocality": "Vienna",
            "postalCode": "78759",
            "addressCountry": "AT"
        },
        "sameAs": [
            "https://www.facebook.com/apilayer/",
            "https://twitter.com/apilayer/",
            "https://www.instagram.com/apilayer/",
            "https://www.linkedin.com/company/apilayer/",
            "https://github.com/apilayer/",
            "https://apilayer.com/"
        ]
    }
]
/products/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "/products/",
            "url": "/products/",
            "name": "Manually Curated APIs for Reliable Applications | APILayer",
            "isPartOf": {
                "@id": "/#website"
            },
            "datePublished": "2025-04-16T15:36:49+00:00",
            "dateModified": "2026-05-06T15:10:43+00:00",
            "description": "Browse APILayer's manually curated API products. Find reliable, developer-friendly APIs for currency, aviation, email, and more. Start building today for free!",
            "breadcrumb": {
                "@id": "/products/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "/products/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "/products/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Products"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "/#website",
            "url": "/",
            "name": "APILayer",
            "description": "APILayer APIs are feature-rich and easy to integrate, offering low latency for an enhanced developer experience.",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        }
    ]
}
/industries/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "/industries/",
            "url": "/industries/",
            "name": "APILayer Industry APIs for Finance, Travel and SaaS",
            "isPartOf": {
                "@id": "/#website"
            },
            "primaryImageOfPage": {
                "@id": "/industries/#primaryimage"
            },
            "image": {
                "@id": "/industries/#primaryimage"
            },
            "thumbnailUrl": "/wp-content/uploads/2025/11/Frame-4211.png",
            "datePublished": "2025-11-16T17:23:02+00:00",
            "dateModified": "2026-05-06T15:17:46+00:00",
            "description": "Discover APILayer industry APIs powering finance, travel, SaaS and e-commerce with secure, scalable, real-time data solutions built for modern applications.",
            "breadcrumb": {
                "@id": "/industries/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "/industries/"
                    ]
                }
            ],
            "publisher": {
                "@type": "Organization",
                "@id": "https://apilayer.com/#organization",
                "name": "APILayer",
                "url": "https://apilayer.com"
            }
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-US",
            "@id": "/industries/#primaryimage",
            "url": "/wp-content/uploads/2025/11/Frame-4211.png",
            "contentUrl": "/wp-content/uploads/2025/11/Frame-4211.png",
            "width": 428,
            "height": 428
        },
        {
            "@type": "BreadcrumbList",
            "@id": "/industries/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Industries"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "/#website",
            "url": "/",
            "name": "APILayer",
            "description": "APILayer APIs are feature-rich and easy to integrate, offering low latency for an enhanced developer experience.",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        }
    ]
}
🛡️ Trust Signals — external proof links that back the declared identity
197Review mentions (all pages)
4External proof links (all pages)
PageReviewsProof links
/ (home) 38 1
/marketplace/ 153 1
/products/ 3 1
/industries/ 3 1