# How to access your Passport JSON

Passport JSON is the data source storing all of the Stamps on your Gitcoin Passport. JSON (JavaScript Object Notation) is a lightweight way to store and transfer data around the internet. Reading the Passport JSON might be useful to confirm your Passport contains the Stamps that you expect. You don't need to understand programming to use the Passport JSON, though some familiarity might help.

### Accessing your Passport JSON

Step 1: [Go to passport.gitcoin.co](https://passport.gitcoin.co/) and connect your wallet.

Step 2: Click the button containing the text **Passport JSON**.

<figure><img src="https://2146253292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHyhSiCXoxRpn79voKZ4f%2Fuploads%2FOlH6cFZAtAAi6qfLCXmW%2Fjson-one.png?alt=media&#x26;token=7486abbf-d03b-4807-9ff9-5670e1364ae9" alt=""><figcaption></figcaption></figure>

Step 3: Inspect the data. At the top of the data, you'll see "stamps". Stamps are contained in an array (an ordered list of all of your stamps) on the Passport JSON.

<figure><img src="https://2146253292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHyhSiCXoxRpn79voKZ4f%2Fuploads%2Fz6SFHBmRnxHnW2oexykV%2Fjson-two.png?alt=media&#x26;token=c84004e8-04b3-4569-885e-a9d762c90139" alt=""><figcaption></figcaption></figure>

Step 4: Look at the code two lines below "stamps". If you have at least one stamp, you should see a line that says "provider" next to the name of your first stamp. All stamps you've collected will have a provider.

<figure><img src="https://2146253292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHyhSiCXoxRpn79voKZ4f%2Fuploads%2FV88UEVujYPu88MqEwwJ7%2Fjson-three.png?alt=media&#x26;token=910cb28d-6e5e-4029-8c72-a3f28077484a" alt=""><figcaption></figcaption></figure>

Step 5: Using your browser's search functionality (Ctrl + F on Windows or Cmd + F on Mac) search for "provider". Using this search, you can cycle through all of the stamps you have collected.

<figure><img src="https://2146253292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHyhSiCXoxRpn79voKZ4f%2Fuploads%2FWIk8N7pjlEMENIBZqwQU%2Fjson-four.png?alt=media&#x26;token=5da53c61-11cf-4aa9-93d4-ef3a4847f78a" alt=""><figcaption></figcaption></figure>

### Learn more about JSON

* [JSON for Beginners – JavaScript Object Notation Explained in Plain English](https://www.freecodecamp.org/news/what-is-json-a-json-file-example/) - *Freecodecamp*

### Related topics

{% content-ref url="../how-do-i-add-passport-stamps" %}
[how-do-i-add-passport-stamps](https://support.gitcoin.co/gitcoin-knowledge-base/~/changes/u95K1LIg4EpcHUmS8Khm/gitcoin-passport/how-do-i-add-passport-stamps)
{% endcontent-ref %}
