# 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="https://2079371467-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKCjGnWORTEi39HEr4hwY%2Fuploads%2FUpZtLCK7r6CDYv4cBPNX%2Fimage.png?alt=media&#x26;token=756b96fe-e2ce-411b-a315-cf1fa05ebb1a" 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.
