Last active
December 11, 2020 23:44
-
-
Save aloverso/96a61609cd28fd5235836c091b782965 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "created_at": "Sun Nov 29 19:16:18 +0000 2019", | |
| "id": 1333127345342797440, | |
| "id_str": "1333127345342797440", | |
| "truncated": false, | |
| "entities": { | |
| "symbols": [], | |
| "user_entities": [ | |
| { | |
| "name": "Firstname Lastname", | |
| "id": 52786345, | |
| "id_str": "52786345", | |
| "indices": [3, 12] | |
| } | |
| ], | |
| "reference_urls": [] | |
| }, | |
| "source": "https://my-cool-api.com/user/details/52786345", | |
| "user": { | |
| "id": 4196983835, | |
| "id_str": "4196983835" | |
| }, | |
| "geo": null, | |
| "entity_details": { | |
| "user_details": { | |
| "address": { | |
| "address_line_1": "123 Main St", | |
| "address_line_2": "Apt 1", | |
| "city": "New York", | |
| "state": "New York", | |
| "zip_code": "10001" | |
| }, | |
| "contact": { | |
| "email": "[email protected]", | |
| "phone": "555-123-4567", | |
| "phone_ext": null | |
| }, | |
| "details": { | |
| "first_name": "Firstname", | |
| "last_name": "Lastname", | |
| "optional_details": { | |
| "title": null, | |
| "suffix": null | |
| } | |
| } | |
| } | |
| // ... and so on | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment