-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Alfredo Sequeida edited this page Feb 24, 2023
·
4 revisions
Things to know:
- For responses,
...
is not valid JSON, it indicates there are more results not shown to simplify output. - For responses, the data is filler data, 0 means the data is of type
Number
while""
means The data is of typeString
. - Since Uber acquired Postmates, the API data seems to be the same for both. A search using both websites while monitoring the network tab in Chrome dev tools show the API endpoints have the same names. Additionally, the data returned is the same both on the website and with the returned JSON data.
- API endpoint responses can also return errors with appropriate HTTP error codes, in the format of
{"error": "error information"}