---
title: "Get translation resources"
method: GET
path: "/translations"
tags: ["translations"]
---

# Get translation resources

`GET /translations`

List all translation resources, according to an optional set of filters.

## Query parameters

- `name` string
- `url` string
- `page` number
- `perPage` number
- `orderby` string[]

## Response `200`

The set of translation resources that match

- object
  - `paging` PagingType
    - `total` number — total results
    - `page` number — The number of the current page
    - `perPage` number — Number of results per page
    - `previous` string — Link to previous page (if exists)
    - `next` string — Link to next page (if exists)
    - `first` string — Link to first page
    - `last` string — Link to last page
  - `items` PopulatedTranslationResourceType[] — Array of the returned translation resources
    - `name` string, required — The name of the translation resource
    - `url` string, required — The URL of the translation resource. At the moment, google drive spreasheets are supported.
    - `metadata` string — Optional metadata, specific to the individual resource. In the case of google spreadsheets, if a spreadsheet has a single sheet, metadata can be left empty. Otherwise it must specify the name of a sheet in the spreadsheet.
    - `id` string, required — System wide unique identifier of the entity

## Other responses

- `400` — Malformed request
- `default` — Unexpected error

---

[API](https://skmtc.net/gameanalytics/apis/datatiger-management-api.md) · [All operations](https://skmtc.net/gameanalytics/apis/datatiger-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameanalytics/datatiger-management-api/revisions/20a4f732a0b7/schema)
