get https://api.localizejs.com/v2.0/projects//resources
Export phrase data from a specific project to a file.
You can create and view your API Private Key here.
Try it
To test this endpoint using the Try It feature:
- Copy your Localize API Key into the Header field in the AUTHENTICATION section on the right.
- Fill in all required fields below, and any optional fields as needed.
- Click the Try it button.
- View the results and any error returns on the right side of the screen.
Feel free to copy the sample code provided on the right side of the screen into your source code project to get a start on using this endpoint.
Note that using the Try It feature will affect the data in your Localize dashboard!
You can find the language codes here in your dashboard.
Large Downloads
For large downloads, we suggest that you set the
deferred
parameter totrue
and download the exported file using the Download completed export endpoint.
Small Downloads
If using Try It with the
deferred
parameter set tofalse
and your export is successful, you will see the results in the Response panel.