Skip to main content
GET
/
Languages
/
{YourAPIKEY}
Get active languages
curl --request GET \
  --url https://intern.payingame.io/rest/PayIngame/PublicAPI/Languages/{YourAPIKEY}
{
  "Error": "<string>",
  "isError": "<string>",
  "Languages": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.payingame.io/llms.txt

Use this file to discover all available pages before exploring further.

Will give back all the languages that are available

Path Parameters

YourAPIKEY
string
required

Response

200 - application/json

List of languages

Error
string
isError
string
Languages
string[]