Lingo.dev website screenshot

Lingo.dev

Lingo.dev (formerly Replexica) is an AI localization platform for software teams. Its hosted Localization Engine exposes a Bearer/X-API-Key REST API and SDK for translating text, objects, chat messages, HTML, and string arrays while preserving structure, brand voice, and glossaries. Open-source tooling - the CLI and the build-time React Compiler - sits on top of the same engine.

Lingo.dev publishes 3 APIs on the APIs.io network: Account API, Asynchronous API, and Synchronous API. Tagged areas include Artificial Intelligence, Localization, Translation, i18n, and Developer Tools.

Lingo.dev’s developer surface includes authentication, documentation, engineering blog, and 9 more developer resources.

38.6/100 thin ▬ flat Agent 20/100 agent aware Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
AccessFreemiumSelf serve⚡ Free to try
5 APIs
Artificial IntelligenceLocalizationTranslationi18nDeveloper Tools

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 38.6/100 · thin
Contract Quality 14.1 / 25
Developer Ergonomics 4.8 / 20
Access Clarity 7.9 / 20
Operational Transparency 4.4 / 13
Contract Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 20/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/lingo-dev: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

Lingo.dev CLI

Open-source command-line tool that localizes JSON, YAML, Markdown, CSV, and PO files in one command, tracking a lockfile so only new or changed content is processed. Connects to...

Lingo.dev Compiler

Open-source build-time React localization. The Compiler detects translatable strings and generates localized variants at build time without i18n wrappers, translation keys, or t...

Lingo.dev Account API

The Account API from Lingo.dev — 1 operation(s) for account.

Lingo.dev Asynchronous API

The Asynchronous API from Lingo.dev — 2 operation(s) for asynchronous.

Lingo.dev Synchronous API

The Synchronous API from Lingo.dev — 3 operation(s) for synchronous.

Open Collections 5

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Lingo.dev Engine API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Lingo Dev Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Lingo Dev Authentication

apiKey · 1 scheme

SECURITY

Lingo Dev Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Lingo Dev Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Lingo Dev Agentic Access

7 operations · 4 acting

7 operations · 4 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: lingo-dev
url: https://raw.githubusercontent.com/api-evangelist/lingo-dev/refs/heads/main/apis.yml
name: Lingo.dev
kind: company
description: Lingo.dev (formerly Replexica) is an AI localization platform for software teams. Its hosted Localization Engine
  exposes a Bearer/X-API-Key REST API and SDK for translating text, objects, chat messages, HTML, and string arrays while
  preserving structure, brand voice, and glossaries. Open-source tooling - the CLI and the build-time React Compiler - sits
  on top of the same engine.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/lingo-dev.png
tags:
- Artificial Intelligence
- Localization
- Translation
- i18n
- Developer Tools
tags_raw:
- AI
- Localization
- Translation
- i18n
- Developer Tools
created: '2026-06-21'
modified: '2026-06-21'
specificationVersion: '0.23'
apis:
- aid: lingo-dev:cli
  name: Lingo.dev CLI
  tags:
  - CLI
  - Open-Source
  - i18n
  - CI/CD
  tags_raw:
  - CLI
  - Open Source
  - i18n
  - CI/CD
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://lingo.dev/en/cli
  baseURL: https://api.lingo.dev
  properties:
  - url: https://lingo.dev/en/cli/quick-start
    type: Documentation
  - url: https://github.com/lingodotdev/lingo.dev
    type: SourceCode
  description: Open-source command-line tool that localizes JSON, YAML, Markdown, CSV, and PO files in one command, tracking
    a lockfile so only new or changed content is processed. Connects to the Lingo.dev engine by default and can bring your
    own LLM (OpenAI, Anthropic, Google, Mistral, OpenRouter, Ollama).
- aid: lingo-dev:compiler
  name: Lingo.dev Compiler
  tags:
  - Compiler
  - React
  - Open-Source
  - Build-time
  tags_raw:
  - Compiler
  - React
  - Open Source
  - Build Time
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://lingo.dev/en/compiler
  baseURL: https://api.lingo.dev
  properties:
  - url: https://lingo.dev/en/compiler
    type: Documentation
  - url: https://github.com/lingodotdev/lingo.dev
    type: SourceCode
  description: Open-source build-time React localization. The Compiler detects translatable strings and generates localized
    variants at build time without i18n wrappers, translation keys, or t() function calls, using the same localization engine
    behind the scenes.
- aid: lingo-dev:lingo-dev-account-api
  name: Lingo.dev Account API
  description: The Account API from Lingo.dev — 1 operation(s) for account.
  humanURL: https://lingo.dev/en/docs/api
  baseURL: https://api.lingo.dev
  tags:
  - Account
  properties:
  - type: OpenAPI
    url: openapi/lingo-dev-account-api-openapi.yml
  - type: Documentation
    url: https://lingo.dev/en/docs/api
  - type: APIReference
    url: https://lingo.dev/en/docs/api/localization
  - type: PostmanCollection
    url: collections/lingo-dev.postman_collection.json
  - type: OpenCollection
    url: collections/lingo-dev.opencollection.json
  - type: Documentation
    url: https://lingo.dev/en/sdk/javascript
  - type: SDKs
    url: https://www.npmjs.com/package/lingo.dev
- aid: lingo-dev:lingo-dev-asynchronous-api
  name: Lingo.dev Asynchronous API
  description: The Asynchronous API from Lingo.dev — 2 operation(s) for asynchronous.
  humanURL: https://lingo.dev/en/docs/api
  baseURL: https://api.lingo.dev
  tags:
  - Asynchronous
  properties:
  - type: OpenAPI
    url: openapi/lingo-dev-asynchronous-api-openapi.yml
  - type: Documentation
    url: https://lingo.dev/en/docs/api
  - type: APIReference
    url: https://lingo.dev/en/docs/api/localization
  - type: PostmanCollection
    url: collections/lingo-dev.postman_collection.json
  - type: OpenCollection
    url: collections/lingo-dev.opencollection.json
  - type: Documentation
    url: https://lingo.dev/en/sdk/javascript
  - type: SDKs
    url: https://www.npmjs.com/package/lingo.dev
- aid: lingo-dev:lingo-dev-synchronous-api
  name: Lingo.dev Synchronous API
  description: The Synchronous API from Lingo.dev — 3 operation(s) for synchronous.
  humanURL: https://lingo.dev/en/docs/api
  baseURL: https://api.lingo.dev
  tags:
  - Synchronous
  properties:
  - type: OpenAPI
    url: openapi/lingo-dev-synchronous-api-openapi.yml
  - type: Documentation
    url: https://lingo.dev/en/docs/api
  - type: APIReference
    url: https://lingo.dev/en/docs/api/localization
  - type: PostmanCollection
    url: collections/lingo-dev.postman_collection.json
  - type: OpenCollection
    url: collections/lingo-dev.opencollection.json
  - type: Documentation
    url: https://lingo.dev/en/sdk/javascript
  - type: SDKs
    url: https://www.npmjs.com/package/lingo.dev
common:
- type: AgenticAccess
  url: agentic-access/lingo-dev-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/lingo-dev-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/lingo-dev-domain-security.yml
- type: Authentication
  url: authentication/lingo-dev-authentication.yml
- type: GitHubOrganization
  url: https://github.com/lingodotdev
- type: LinkedIn
  url: https://www.linkedin.com/company/lingodotdev
- type: Website
  url: https://lingo.dev
- type: Documentation
  url: https://lingo.dev/en/docs
- type: Plans
  url: plans/lingo-dev-plans-pricing.yml
- type: RateLimits
  url: rate-limits/lingo-dev-rate-limits.yml
- type: FinOps
  url: finops/lingo-dev-finops.yml
- type: Blog
  url: https://lingo.dev/en/blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/lingo-dev"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/lingo-dev/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/lingo-dev/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.