Developer API & Schema Explorer
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 Types | Trustiry Types | |
|---|---|---|
| NewsArticle | → | NewsSnippet |
| JobPosting | → | JobSnippet |
| Product | → | ProductSnippet |
| Person | → | PersonSnippet |
| Organization | → | OrganizationSnippet |
+ 12 more
◇Trustiry Internal Schema
Our unified schema powers all rich result snippets and API responses.
| @context | string |
| @type | string |
| id | string (uri) |
| name | string |
| description | string |
| url | string (uri) |
+ 48 more fields
◌JSON Preview
{
"@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://…" }
}
}
"@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 OKTime234ms
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
}
}
"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
}
}
Snippet Output Previews
View all snippet types →See how Trustiry transforms your data into rich result ready snippets.
‹
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
}'
-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
+ Create API KeyReadWriteValidate
⋯Created May 10, 2025 · Last used 2 hours ago