🌐 EN ▾Sign in
Developer Hub API & Schema Explorer

Developer API & Schema Explorer

View API Docs →▶ Try It Now

Explore Trustiry's structured data API, JSON schema, and rich result snippets. Build with confidence using validated data trusted by search engines and AI systems.

Schema.org Mapping
Schema.org TypesTrustiry Types
NewsArticleNewsSnippet
JobPostingJobSnippet
ProductProductSnippet
PersonPersonSnippet
OrganizationOrganizationSnippet
+ 12 more
Trustiry Internal Schema

Our unified schema powers all rich result snippets and API responses.

@contextstring
@typestring
idstring (uri)
namestring
descriptionstring
urlstring (uri)
+ 48 more fields
JSON Preview
Sample: News Snippet ▾
{
  "@context": "https://schema.org",
  "@type": "NewsArticle",
  "headline": "Breaking: New AI Regulations Announced",
  "description": "The government today announced…",
  "url": "https://example.com/news/ai-regulations",
  "datePublished": "2025-05-12T00:00:02",
  "publisher": {
    "@type": "Organization",
    "name": "Example News",
    "logo": { "@type": "ImageObject", "url": "https://…" }
  }
}
Live Response
200 OK
Time234ms
DateMay 12, 2025 10:30:45
Request IDreq_7f9e8b2d4c1a
{
  "status": "success",
  "data": [
    {
      "id": "org_12345",
      "name": "OpenAI",
      "url": "https://openai.com",
      "type": "organization",
      "logo": "https://openai.com/logo.png",
      "sameAs": [
        "https://twitter.com/OpenAI",
        "https://www.linkedin.com/company/openai"
      ],
      "description": "OpenAI is an AI research company.",
      "snippet": {
        "@type": "OrganizationSnippet",
        "headline": "OpenAI Official Website",
        "description": "Official site for OpenAI.",
        "url": "https://openai.com",
        "image": "https://openai.com/logo.png"
      }
    }
  ],
  "meta": {
    "total": 1,
    "limit": 5,
    "offset": 0
  }
}
Test Your Request

Send live requests and see responses instantly.

Try in API Explorer →

Snippet Output Previews

View all snippet types →

See how Trustiry transforms your data into rich result ready snippets.

NewsJobsProductsPeopleCompanies
NExample Newstrustiry.com > news > ai-regulations

Breaking: New AI Regulations Announced

The government today announced new regulations for AI systems focused on transparency, safety, and accountability.

2 hours ago

Endpoint Examples

View all endpoints →

Explore key API endpoints and request examples.

GET/v1/search
Search trusted entities
GET/v1/snippets/news
News rich result snippets
POST/v1/validate
Validate structured data
GET/v1/schema/{type}
Get schema definition

Code Examples

See how to use the API in your favorite language.

📋 Copycurl -X GET "https://api.trustiry.com/v1/search" \
  -H "Authorization: Bearer sk_live_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "OpenAI official website",
    "type": "organization",
    "limit": 5
  }'

API Keys

Manage API Keys →

Manage your API keys and permissions.

sk_live_••••••••••••••••q1b2c3d4Live
ReadWriteValidate
Created May 10, 2025 · Last used 2 hours ago
+ Create API Key