---
title: Get a specific translation or all of the translations
description: Endpoint  You need to use your authorisation Bearer token to be able to send the request. Simply add token as an attribute to the authorisation section of your request and your access token as its val
---

[Skip to content](https://knowledge.easytranslate.com/get-a-specific-translation-or-all-of-the-translations#main-content)

English

Show submenu for translations

[Need help?](https://knowledge.easytranslate.com/kb-tickets/new?hsLang=en)

![logo\_blue (1).png\]](https://knowledge.easytranslate.com/hs-fs/hubfs/logo_blue%20(1).png?height=30&name=logo_blue%20(1).png)

- [Default HubSpot Blog](http://blogs.worldtranslation.com/)

Open main navigation

Close main navigation

- [Default HubSpot Blog](http://blogs.worldtranslation.com/)
- English
  
  Show submenu for translations
- [Need help?](https://knowledge.easytranslate.com/kb-tickets/new)
- Go to easytranslate.com

 Go to easytranslate.com

 How can we help you?

- There are no suggestions because the search field is empty.

1. [Knowledge Base](https://knowledge.easytranslate.com/?hsLang=en)
2. [EasyTranslate API](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en)
3. [String Library](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#string-library)

# Get a specific translation or all of the translations

- ### **Get a single string translation**

**Endpoint **

```
https://api.platform.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/translations/:translation-id
```

You need to use your authorisation Bearer token to be able to send the request. Simply add token as an attribute to the authorisation section of your request and your access token as its value.

Then, you need to add the following variables' values to your endpoint path:

- - **team\_name:** {{TEAM\_NAME}}  
      Instead of {{TEAM\_NAME}}, you need to provide the team\_name of your team.
    - **library-id**: {{LIBRARY\_ID}}  
      Instead of {{LIBRARY\_ID}}, you need to provide the library\_id of the library where the translation you wish to get is located. 
    - **translation-id**: {{TRANSLATION\_ID}}
      
      Instead of {{TRANSLATION\_ID}}, you need to provide the translation string id (the **"id"** attribute's value you can find in the response example) you wish to get.

**Request example**

```
curl --location -g --request GET 'https://api.platform.easytranslate.com/strings-library/api/v1/teams/{{TEAM_NAME}}/libraries/{{LIBRARY_ID}}/translations/{{TRANSLATION_ID}}'
```

 

**Response example **

```
{  "data": {    "type": "string",    "id": "615fe360dd4afa03eb679729",    "attributes": {      "text": null,      "status": "pending",      "key_id": "615fe360dd4afa03eb679727",      "library_id": "615fe35fdd4afa03eb679702",      "language_code": "da",      "created_at": "2021-10-08T06:21:20.255000Z",      "modified_at": "2021-10-08T06:21:20.255000Z"    }  },  "meta": {    "copyright": "Copyright 2021 EasyTranslate A/S",    "environment": "testing"  }}
```

- ### Get all the string translations

**Endpoint **

```
https://api.platform.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/translations
```

In order to get all the string translations, you need to send a **GET** request.

You need to use your authorisation Bearer token to be able to send the request.  Simply add token as an attribute to the authorisation section of your request and your access token as its value.

Then, you need to add the following variables' values to your endpoint path:

- - **team\_name:** {{TEAM\_NAME}}  
      Instead of {{TEAM\_NAME}}, you need to provide the team\_name of your team.

- - **library-id**: {{LIBRARY\_ID}}  
      Instead of {{LIBRARY\_ID}}, you need to provide the library\_id of the library where the string translations you wish to get are located. 

**Request example**

```
curl --location -g --request GET 'https://api.platform.easytranslate.com/strings-library/api/v1/teams/{{TEAM_NAME}}/libraries/{{LIBRARY_ID}}/translations'
```

 

**Response example**

```
{  "data": [    {      "type": "string",      "id": "615f002cbb6ca535d96ea204",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002cbb6ca535d96ea203",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:56.785000Z",        "modified_at": "2021-10-07T14:11:56.785000Z"      }    },    {      "type": "string",      "id": "615f002cbb6ca535d96ea205",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002cbb6ca535d96ea203",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:56.793000Z",        "modified_at": "2021-10-07T14:11:56.793000Z"      }    },    {      "type": "string",      "id": "615f002cbb6ca535d96ea206",      "attributes": {        "text": "Language",        "status": "translated",        "key_id": "615f002cbb6ca535d96ea203",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:56.800000Z",        "modified_at": "2021-10-07T14:11:56.800000Z"      }    },    {      "type": "string",      "id": "615f002cbb6ca535d96ea208",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002cbb6ca535d96ea207",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:56.837000Z",        "modified_at": "2021-10-07T14:11:56.837000Z"      }    },    {      "type": "string",      "id": "615f002cbb6ca535d96ea209",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002cbb6ca535d96ea207",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:56.844000Z",        "modified_at": "2021-10-07T14:11:56.844000Z"      }    },    {      "type": "string",      "id": "615f002cbb6ca535d96ea20a",      "attributes": {        "text": "Currency",        "status": "translated",        "key_id": "615f002cbb6ca535d96ea207",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:56.852000Z",        "modified_at": "2021-10-07T14:11:56.852000Z"      }    },    {      "type": "string",      "id": "615f002cbb6ca535d96ea20c",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002cbb6ca535d96ea20b",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:56.884000Z",        "modified_at": "2021-10-07T14:11:56.884000Z"      }    },    {      "type": "string",      "id": "615f002cbb6ca535d96ea20d",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002cbb6ca535d96ea20b",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:56.891000Z",        "modified_at": "2021-10-07T14:11:56.891000Z"      }    },    {      "type": "string",      "id": "615f002cbb6ca535d96ea20e",      "attributes": {        "text": "Change",        "status": "translated",        "key_id": "615f002cbb6ca535d96ea20b",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:56.901000Z",        "modified_at": "2021-10-07T14:11:56.901000Z"      }    },    {      "type": "string",      "id": "615f002cbb6ca535d96ea210",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002cbb6ca535d96ea20f",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:56.955000Z",        "modified_at": "2021-10-07T14:11:56.955000Z"      }    },    {      "type": "string",      "id": "615f002cbb6ca535d96ea211",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002cbb6ca535d96ea20f",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:56.962000Z",        "modified_at": "2021-10-07T14:11:56.962000Z"      }    },    {      "type": "string",      "id": "615f002cbb6ca535d96ea212",      "attributes": {        "text": "Privacy Policy",        "status": "translated",        "key_id": "615f002cbb6ca535d96ea20f",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:56.970000Z",        "modified_at": "2021-10-07T14:11:56.970000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea214",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002cbb6ca535d96ea213",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:57.027000Z",        "modified_at": "2021-10-07T14:11:57.027000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea215",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002cbb6ca535d96ea213",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:57.035000Z",        "modified_at": "2021-10-07T14:11:57.035000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea216",      "attributes": {        "text": "Your summary title here :)",        "status": "translated",        "key_id": "615f002cbb6ca535d96ea213",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:57.043000Z",        "modified_at": "2021-10-07T14:11:57.043000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea218",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea217",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:57.076000Z",        "modified_at": "2021-10-07T14:11:57.076000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea219",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea217",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:57.086000Z",        "modified_at": "2021-10-07T14:11:57.086000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea21a",      "attributes": {        "text": "Here is your order summary.",        "status": "translated",        "key_id": "615f002dbb6ca535d96ea217",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:57.094000Z",        "modified_at": "2021-10-07T14:11:57.094000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea21c",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea21b",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:57.128000Z",        "modified_at": "2021-10-07T14:11:57.128000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea21d",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea21b",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:57.135000Z",        "modified_at": "2021-10-07T14:11:57.135000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea21e",      "attributes": {        "text": "Source language:",        "status": "translated",        "key_id": "615f002dbb6ca535d96ea21b",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:57.143000Z",        "modified_at": "2021-10-07T14:11:57.143000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea220",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea21f",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:57.182000Z",        "modified_at": "2021-10-07T14:11:57.182000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea221",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea21f",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:57.189000Z",        "modified_at": "2021-10-07T14:11:57.189000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea222",      "attributes": {        "text": "Target language:",        "status": "translated",        "key_id": "615f002dbb6ca535d96ea21f",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:57.200000Z",        "modified_at": "2021-10-07T14:11:57.200000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea224",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea223",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:57.235000Z",        "modified_at": "2021-10-07T14:11:57.235000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea225",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea223",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:57.244000Z",        "modified_at": "2021-10-07T14:11:57.244000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea226",      "attributes": {        "text": "Project file name:",        "status": "translated",        "key_id": "615f002dbb6ca535d96ea223",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:57.255000Z",        "modified_at": "2021-10-07T14:11:57.255000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea228",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea227",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:57.291000Z",        "modified_at": "2021-10-07T14:11:57.291000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea229",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea227",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:57.298000Z",        "modified_at": "2021-10-07T14:11:57.298000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea22a",      "attributes": {        "text": "Translator:",        "status": "translated",        "key_id": "615f002dbb6ca535d96ea227",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:57.305000Z",        "modified_at": "2021-10-07T14:11:57.305000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea22c",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea22b",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:57.340000Z",        "modified_at": "2021-10-07T14:11:57.340000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea22d",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea22b",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:57.347000Z",        "modified_at": "2021-10-07T14:11:57.347000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea22e",      "attributes": {        "text": "Word count:",        "status": "translated",        "key_id": "615f002dbb6ca535d96ea22b",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:57.354000Z",        "modified_at": "2021-10-07T14:11:57.354000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea230",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea22f",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:57.392000Z",        "modified_at": "2021-10-07T14:11:57.392000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea231",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea22f",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:57.399000Z",        "modified_at": "2021-10-07T14:11:57.399000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea232",      "attributes": {        "text": "Price (excl. VAT)",        "status": "translated",        "key_id": "615f002dbb6ca535d96ea22f",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:57.406000Z",        "modified_at": "2021-10-07T14:11:57.406000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea234",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea233",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "de",        "created_at": "2021-10-07T14:11:57.441000Z",        "modified_at": "2021-10-07T14:11:57.441000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea235",      "attributes": {        "text": null,        "status": "pending",        "key_id": "615f002dbb6ca535d96ea233",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "da",        "created_at": "2021-10-07T14:11:57.457000Z",        "modified_at": "2021-10-07T14:11:57.457000Z"      }    },    {      "type": "string",      "id": "615f002dbb6ca535d96ea236",      "attributes": {        "text": "Total price (excl. VAT):",        "status": "translated",        "key_id": "615f002dbb6ca535d96ea233",        "library_id": "615f002cbb6ca535d96ea202",        "language_code": "en",        "created_at": "2021-10-07T14:11:57.464000Z",        "modified_at": "2021-10-07T14:11:57.464000Z"      }    }  ],  "meta": {    "copyright": "Copyright 2021 EasyTranslate A/S",    "environment": "testing"  }}
```

 

- [Get Started](https://knowledge.easytranslate.com/get-started?hsLang=en)
- [My Account](https://knowledge.easytranslate.com/my-account?hsLang=en#main-content)

    - [Billing and Payment](https://knowledge.easytranslate.com/my-account?hsLang=en#billing-and-payment)
    - [Teams and Users](https://knowledge.easytranslate.com/my-account?hsLang=en#teams-and-users)
    - [Account](https://knowledge.easytranslate.com/my-account?hsLang=en#account)
- [The Platform](https://knowledge.easytranslate.com/the-platform?hsLang=en#main-content)

    - [Workspace](https://knowledge.easytranslate.com/the-platform?hsLang=en#workspace)
    - [Freelancers](https://knowledge.easytranslate.com/the-platform?hsLang=en#freelancers)
    - [Tools](https://knowledge.easytranslate.com/the-platform?hsLang=en#tools)
- [Integrations](https://knowledge.easytranslate.com/integrations?hsLang=en#main-content)

    - [Zapier](https://knowledge.easytranslate.com/integrations?hsLang=en#zapier)
    - [GitHub](https://knowledge.easytranslate.com/integrations?hsLang=en#github)
    - [Magento 1.0](https://knowledge.easytranslate.com/integrations?hsLang=en#magento-1-0)
    - [Magento 2.0](https://knowledge.easytranslate.com/integrations?hsLang=en#magento-2-0)
    - [WordPress](https://knowledge.easytranslate.com/integrations?hsLang=en#wordpress)
    - [Shopify](https://knowledge.easytranslate.com/integrations?hsLang=en#shopify)
    - [Shopware](https://knowledge.easytranslate.com/integrations?hsLang=en#shopware)
    - [Shopware 6](https://knowledge.easytranslate.com/integrations?hsLang=en#shopware-6)
    - [Optimizely / Episerver App](https://knowledge.easytranslate.com/integrations?hsLang=en#optimizely-episerver-app)
    - [Contentful](https://knowledge.easytranslate.com/integrations?hsLang=en#contentful)
    - [Figma](https://knowledge.easytranslate.com/integrations?hsLang=en#figma)
    - [Phrase](https://knowledge.easytranslate.com/integrations?hsLang=en#phrase)
- [EasyTranslate API](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#main-content)

    - [Projects](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#projects)
    - [Authentication](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#authentication)
    - [Project tasks](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#project-tasks)
    - [Folders](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#folders)
    - [Account](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#account)
    - [Team](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#team)
    - [String Library](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#string-library)
- [For Freelancers](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#main-content)

    - [Freelancer Software Platform Account](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#freelancer-software-platform-account)
    - [Tools on the Software Platform](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#tools-on-the-software-platform)
    - [Freelancer Onboarding to Software Platform](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#freelancer-onboarding-to-software-platform)
    - [Plunet](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#plunet)
    - [General information](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#general-information)

- [Default HubSpot Blog](http://blogs.worldtranslation.com/)

[![Chill listening crop-3](https://knowledge.easytranslate.com/hs-fs/hubfs/logo_blue%20(1).png?width=119&height=28&name=logo_blue%20(1).png "Chill listening crop-3")](https://www.easytranslate.com/en/)

EasyTranslate Knowledge Base

Copyright © 2026, EasyTranslate A/S