Dragalia Lost API documentation

This repository is meant to provide info about the API used by Dragalia Lost, i.e. typical requests and the responses that the server gives for them.

Note

This project is under active development. It is not endorsed by Nintendo or Cygames.

Redactions

Some information has been redacted from requests and responses as it is potentially sensitive. Where this has been done, it will be replaced by an <identifier> in angle brackets. Some of the more common redactions and what they stand for can be found below.

Identifier

Description

<id_token>

Access token associated with the user account, retrieved from /core/v1/gateway/sdk/login

<device_id>

Unique device identifier, appears in the headers of most requests

<device_account>

Device account ID, retrieved from /core/v1/gateway/sdk/login

<device_analytics_id>

Unique device ID used for analytics tracking, retrieved from /core/v1/gateway/sdk/login

<user_id>

Nintendo account ID, retrieved from /core/v1/gateway/sdk/login

<city>

The user’s precise location, retrieved from /bigdata/v1/analytics/events/config

Contents

Dragalia Lost endpoints