---
title: "GET /common/lookup/all"
method: GET
path: "/common/lookup/all"
tags: ["common"]
---

# GET /common/lookup/all

`GET /common/lookup/all`

## Response `200`

OK

- Lookups
  - `countries` CountryDTO[]
    - `iso2Code` string
    - `code` string
    - `name` string
    - `countryId` integer
    - `isDistributionCountry` boolean
    - `isReportingCountry` boolean
  - `states` StateDTO[]
    - `countryId` integer
    - `code` string
    - `name` string
    - `stateId` integer
  - `currencies` CurrencyDTO[]
    - `code` string
    - `symbole` string
    - `name` string
    - `countryCode` string
  - `distributors` DistributorDTO[]
    - `distributorId` integer
    - `distributorName` string
    - `distributorStoreId` integer
    - `distributorStoreName` string
    - `supportsTrends` boolean
  - `releaseTypes` ReleaseTypeDTO[]
    - `releaseTypeId` integer
    - `name` string
  - `musicStyles` MusicStyleDTO[]
    - `musicStyleId` integer
    - `name` string
    - `parentId` integer
    - `order` integer
  - `saleItemTypes` SaleItemTypeDTO[]
    - `saleItemTypeId` integer
    - `name` string
  - `languages` LanguageDTO[]
    - `languageId` integer
    - `name` string
    - `languageCode` string
    - `isValidMetadataLanguage` boolean
  - `deliveryTypes` DeliveryTypeDTO[]
    - `deliveryTypeId` integer
    - `name` string
    - `shortName` string
  - `priceTiers` PriceTierDTO[]
    - `priceTierId` integer
    - `name` string
    - `code` integer
    - `isForRelease` boolean
    - `isForTrack` boolean
    - `price` number, double
    - `distributorStoreId` integer
    - `order` integer
  - `socialSources` SocialSourceDTO[]
    - `socialSourceId` integer
    - `name` string
    - `url` string
  - `distributionStores` DistributionStoreDTO[]
    - `distributorStoreId` integer
    - `name` string
    - `isActive` boolean
    - `shortDescription` string
    - `display` boolean
    - `supportRingtones` boolean
    - `supportVideos` boolean
    - `isNew` boolean
    - `deliveryLeadTimeDays` integer
    - `takedownLeadTimeDays` integer
  - `services` ServicesDTO[]
    - `distributorId` integer
    - `distributorStoreId` integer
    - `name` string
    - `keywords` string
  - `contributorRoles` ContributorRoleDTO[]
    - `roleId` integer
    - `name` string
    - `contributorRoleGroupId` integer
  - `monetizationPolicies` MonetizationPolicyDTO[]
    - `distributorStoreId` integer
    - `policyId` integer
    - `name` string
    - `orderNum` integer
  - `royaltyRunStatuses` StatementQueueStatusDTO[]
    - `statementQueueStatusId` integer
    - `description` string
    - `statementQueueStatusStateId` integer
    - `statementQueueStatusStateDescription` string
  - `contributorRolesGroups` ContributorRolesGroupDTO[]
    - `contributorRoleGroupId` integer
    - `name` string
  - `contactRoles` ContactRoleDTO[]
    - `contactRoleId` integer
    - `name` string
  - `passwordPolicyRegex` string

---

[API](https://skmtc.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/9bb4b5cb4dc2/schema)
