> ## Documentation Index
> Fetch the complete documentation index at: https://developers.phrase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

export const DownloadOpenApiCard = ({url}) => {
  return <Card title="Full API Schema" href={url} target="_blank" horizontal>
      Explore the raw schema to see all endpoints in one place. Perfect for tools and integration setup.
    </Card>;
};

## Phrase Strings API Reference 2.0.0

Phrase Strings is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase Strings for your account.

<DownloadOpenApiCard url="https://developers.phrase.com/public/assets/openapi/phrase-strings.json" />

## Developer tools

Looking for an easier way to integrate? We provide a CLI and official API client libraries to help you get started quickly.

<CardGroup cols={2}>
  <Card title="Phrase Strings CLI" icon="terminal" href="/en/developer-tools/strings-cli">
    Push and pull translation files directly from your terminal.
  </Card>

  <Card title="API Client Libraries" icon="code" href="/en/developer-tools/strings-api-clients">
    Official clients for Ruby, Python, PHP, TypeScript, Java, and Go.
  </Card>
</CardGroup>
