Creator Hub
Dashboard
Learn
Store
Talent
Forum
Roadmap
Log In
Create
Overview
Experiences
Avatar
Assets
Open Cloud
Roblox Studio has increased the minimum specification requirements.
Learn More
Create
/
Open Cloud
/
All legacy APIs
English
Feedback
Localization tables v1
Base URL
https://localizationtables.roblox.com
JSON
Download
Autolocalization
GET
/v1
/autolocalization
/metadata
Metadata for AutoLocalization Configuration
PATCH
/v1
/autolocalization
/games
/{gameId}
/autolocalizationtable
POST
/v1
/autolocalization
/games
/{gameId}
/autolocalizationtable
PATCH
/v1
/autolocalization
/games
/{gameId}
/settings
Sets a game's auto-localization related settings
LocalizationTable
GET
/v1
/localization-table
/available-languages
Gets the supported language codes that can be used by localization tables.
GET
/v1
/localization-table
/limits
Get limits for translation table entries operations
GET
/v1
/localization-table
/metadata
Get metadata for localization UI
GET
/v1
/localization-table
/tables
/{assetId}
Get table information by the assetId of the table.
GET
/v1
/localization-table
/tables
/{tableId}
Get table information by the id of the table.
PATCH
/v1
/localization-table
/tables
/{tableId}
Updates the tables contents based on what is provided.
GET
/v1
/localization-table
/tables
/{tableId}
/entries
Gets a batch of entries for a table.
GET
/v1
/localization-table
/tables
/{tableId}
/entry-count
Gets the number of entries in the specified table
POST
/v1
/localization-table
/tables
Creates a Localization Table with the given data. Note that this endpoint simply creates a table and does not associate it with any universe, so if intending to use this to create tables usable in experience more setup will be needed to grant those experiences access.
POST
/v1
/localization-table
/tables
/{tableId}
/entries
/translation-feedback
Gets the translation feedback for each entry passed in.
POST
/v1
/localization-table
/tables
/{tableId}
/entries
/translation-history
Gets the translation history for each entry passed in.
AutoLocalizationTable
POST
/v1
/auto-localization-table
/games
/{gameId}
/assets-generation-request
Generates localization asset of a game.
POST
/v1
/auto-localization-table
/games
/{gameId}
/auto-scrape-cleanup-request
Enqueues an event to flush the auto scraped entries which doesn't have translations.
PATCH
/v1
/auto-localization-table
/games
/{gameId}
/ingestion
Ingests entries for auto localization. Needs to be an authorized user.
Models
Models
Roblox.InGameContentTables.Client.GameLocation
Roblox.LocalizationTables.Api.AutoLocalizationMetadataResponse
Roblox.LocalizationTables.Api.AutoScrapeEntry
Roblox.LocalizationTables.Api.AutoScrapeEntryMetadata
Roblox.LocalizationTables.Api.CreateTableRequest
Roblox.LocalizationTables.Api.CreateTableResponse
Roblox.LocalizationTables.Api.CursorEntryIdentifier
Roblox.LocalizationTables.Api.Entry
Roblox.LocalizationTables.Api.EntryIdentifier
Roblox.LocalizationTables.Api.EntryIdentifierWithTranslation
Roblox.LocalizationTables.Api.EntryMetadata
Roblox.LocalizationTables.Api.EntryOperationLimits
Roblox.LocalizationTables.Api.EntryTranslationFeedback
Roblox.LocalizationTables.Api.EntryTranslationHistoryPaged
Roblox.LocalizationTables.Api.Error
Roblox.LocalizationTables.Api.FailedEntry
Roblox.LocalizationTables.Api.FailedEntryTranslationHistoryPaged
Roblox.LocalizationTables.Api.GameAutolocalizationInformationResponse
Roblox.LocalizationTables.Api.GetLimitsResponse
Roblox.LocalizationTables.Api.GetTableEntriesPagedResponse
Roblox.LocalizationTables.Api.GetTableEntriesTranslationFeedbackRequest
Roblox.LocalizationTables.Api.GetTableEntriesTranslationFeedbackResponse
Roblox.LocalizationTables.Api.GetTableEntriesTranslationHistoryRequest
Roblox.LocalizationTables.Api.GetTableEntriesTranslationHistoryResponse
Roblox.LocalizationTables.Api.GetTableEntryCountResponse
Roblox.LocalizationTables.Api.GetTableResponse
Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest
Roblox.LocalizationTables.Api.IngestContentMetadata
Roblox.LocalizationTables.Api.IngestContentMetadataPlaceInformation
Roblox.LocalizationTables.Api.Language
Roblox.LocalizationTables.Api.LocalizationTablesMetadataResponse
Roblox.LocalizationTables.Api.MatchedEntry
Roblox.LocalizationTables.Api.ModifiedEntry
Roblox.LocalizationTables.Api.PatchEntry
Roblox.LocalizationTables.Api.PatchTranslation
Roblox.LocalizationTables.Api.RaiseEventForAutoScrapedEntriesCleanupRequest
Roblox.LocalizationTables.Api.SetAutolocalizationSettingsForGameRequest
Roblox.LocalizationTables.Api.SetAutolocalizationTableForGameRequest
Roblox.LocalizationTables.Api.TableOperationLimits
Roblox.LocalizationTables.Api.Translation
Roblox.LocalizationTables.Api.TranslationHistory
Roblox.LocalizationTables.Api.Translator
Roblox.LocalizationTables.Api.UpdateTableContentsRequest
Roblox.LocalizationTables.Api.UpdateTableContentsResponse
Roblox.Localizationtables.Localizationtables.V1.ChangeAgent
Roblox.Web.WebAPI.ApiEmptyResponseModel
Roblox.Web.WebAPI.Models.ApiArrayResponse[Roblox.LocalizationTables.Api.Language]