> For the complete documentation index, see [llms.txt](https://speaking-test-docs.speechace.com/speechace-speaking-test/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://speaking-test-docs.speechace.com/speechace-speaking-test/speechace-workspaces-create-manage-and-share-speaking-assessments/embedding-assessments-in-other-apps-and-websites/oembed-integration-for-speechace-speaking-test/receiving-test-results-on-specified-callback/results-callback-to-3rd-party-application-backend/export-report-in-json.md).

# Export report in json

The report  URL received in the callback notification can be used to extract a detailed score report in json format. In order to do that, append the detailed report URL with the suffix /export/v1 as below:

[https://speak.speechace.co/placement/report/a497b39391/**export/v1**](https://speak.speechace.co/placement/report/a497b39391/export/v1)

Calling the above URL programmatically will return a json response as below:<br>

<figure><img src="/files/oDyY2oveDuYFlhdUacCL" alt=""><figcaption></figcaption></figure>

The above response will include detailed per question scores that you can use to further develop customized reports for your platform.
