LearnGraph LoginRequest a Demo
HomeAPIBulk DataSayari LibraryChange Log
  • Key Concepts
    • Introduction
    • Endpoint Overview
    • Authentication
    • Requests
    • Pagination
    • Response Status Codes
    • Data Types
    • Rate Limits
  • API Clients
    • Overview
    • Open API
    • Postman
    • Go
    • Python
    • Node
  • API Reference
  • Guides
    • Getting Started
    • Understanding Project Entity
    • Risk Factors
    • Entity Search
    • Advanced Entity Search
    • Resolution
    • Trade Search - Shipments
    • Trade Search - Suppliers & Buyers
    • v0 Migration
  • Implementation Patterns
    • Project Entity Supply Chain
  • Use Cases
    • Entity Screening & Verification
    • Investigations
LogoLogo
LearnGraph LoginRequest a Demo
API ReferenceOntology

GA
GET
/v1/ontology/languages
GET
/v1/ontology/languages
1curl -G https://api.sayari.com/v1/ontology/languages \
2 -H "Authorization: Bearer <token>" \
3 -d id=en
Try it
200Retrieved
1{
2 "filters": {
3 "id": [
4 "en"
5 ]
6 },
7 "data": [
8 {
9 "id": "en",
10 "label": "English"
11 }
12 ],
13 "total_count": 1234
14}
Was this page helpful?
Previous

Get Regions

Next
Built with
Get languages from ontology data.
Get Languages

Authentication

AuthorizationBearer
OAuth authentication of the form `<token>`.

Query Parameters

idlist of enumsOptional
Language Id filter.

Response

This endpoint returns an object.
filtersobject
datalist of objects
total_countinteger

Errors

OAuth authentication of the form <token>.