Twitter has a public API which returns JSON, for example -

A GET request to:

https://api.twitter.com/1/statuses/user_timeline.json?include_entities=true&include_rts=true&screen_name=mralexgray&count=1,

EDIT: Removed due to twitter restricting their API with OAUTH requirements...

{"errors": [{"message": "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 68}]}

Replacing it with a simple example of the Github API - that returns a tree, of in this case, my repositories...

https://api.github.com/users/mralexgray/repos

I won't include the output, as it's long.. (returns 30 repos at a time) ... But here is proof of it's tree-ed-ness.

Answer from Alex Gray on Stack Overflow
🌐
JSONPlaceholder
jsonplaceholder.typicode.com
JSONPlaceholder - Free Fake REST API
fetch('https://jsonplaceholder.typicode.com/todos/1') .then(response => response.json()) .then(json => console.log(json)) Run script
🌐
CRAN
cran.r-project.org › web › packages › jsonlite › vignettes › json-apis.html
Fetching JSON data from REST APIs - CRAN - R Project
#search for best sellers books_key <- "&api-key=76363c9e70bc401bac1e6ad88b13bd1d" url <- "http://api.nytimes.com/svc/books/v2/lists/overview.json?published_date=2013-01-01" req <- fromJSON(paste0(url, books_key)) bestsellers <- req$results$list category1 <- bestsellers[[1, "books"]] subset(category1, select = c("author", "title", "publisher"))
Discussions

Is there any publicly accessible JSON data source to test with real world data?
I'm working on a JavaScript dynamically loaded tree view user control. I'd like to test it with real world data. Does anybody know any public service with an API that provides access to hierarchical More on stackoverflow.com
🌐 stackoverflow.com
How to get JSON data from any URL (API)?
Hanwen Zhang is having issues with: For instance, I found a website, and I want to use the data there, is there a way that I can get JSOn data from any website or only certian webs... More on teamtreehouse.com
🌐 teamtreehouse.com
1
April 6, 2021
jquery - Displaying Json data from example url - Stack Overflow
I know this has been asked before, but I'm struggling to see what is wrong with my code here as I'm still getting a blank page: Jquery is included in the page (url from http://www.geonames.org/e... More on stackoverflow.com
🌐 stackoverflow.com
Url JSON data for the GET call
I know we can get a single row (JSON) from this URL below: https://appname.bubbleapps.io/api/1.1/obj/typename/uid result for example: { “response”: { “Created By”: “admin_user_wms-lmf_test”, “Created Date”: “2023-03-28T18:49:00.744Z”, “folder-id”: “test-0328g”, ... More on forum.bubble.io
🌐 forum.bubble.io
3
0
March 29, 2023
🌐
Squarespace
developers.squarespace.com › view-json-data
View JSON Data
To access the data behind any collection in a structured format, append this query string to any URL on your site: ?format=json-pretty In addition to returning collection data, other data needed to construct a full page (such as website data) will also be returned.
🌐
GitHub
gist.github.com › awadhawan18 › 54592d9ec5e7be1b39013cdd7e78dae4
Sample json data with image and a text for testing · GitHub
Many Image URLs in this gist are dead use this gist instead: https://gist.github.com/hiteshsahu/f58bcca95532fde77fd0d9e94a9c3148
🌐
ReqBin
reqbin.com › req › 5nqtoxbx › get-json-example
How to get JSON from URL?
January 17, 2023 - In this JSON from URL example, we make a GET request to the ReqBin echo URL to get the JSON. Click Send to run Get JSON from URL example online and see results. ... JavaScript Object Notation (JSON) is a lightweight text-based, language-independent data exchange format.
🌐
Team Treehouse
teamtreehouse.com › community › how-to-get-json-data-from-any-url-api
How to get JSON data from any URL (API)? (Example) | Treehouse Community
April 6, 2021 - Hanwen Zhang is having issues with: For instance, I found a website, and I want to use the data there, is there a way that I can get JSOn data from any website or only certian webs...
Find elsewhere
🌐
Microsoft Edge
microsoftedge.github.io › Demos › json-dummy-data
JSON dummy data | Demos
This is a collection of dummy JSON files in various sizes to use as test data for the JSON viewer.
🌐
DummyJSON
dummyjson.com
DummyJSON - Free Fake REST API for Placeholder JSON Data
Need a REST API for custom JSON data? Enter a response body below and click "Generate Now" to get your custom API URL.
🌐
Mocki
mocki.io › fake-json-api
Fake API - Dummy User and Todo API - Create Your Own
Below we provide you with endpoints serving fake to do JSON data. You can use these APIs for building your own to do app or simply while learning a new programming language. This list endpoint returns three TODOs as response. URL: https://mocki.io/v1/d4867d8b-b5d5-4a48-a4ab-79131b5809b8
🌐
jsonurl
jsonurl.org
JSON inside a URL
JSON->URL defines a text format for the JSON data model suitable for use within a URL or URI.
🌐
Json-format
sample.json-format.com
Sample JSON Files – Free JSON Examples for Testing
Introduced Amazon, Bookings, and Crypto Historical 365 Days schema-based JSON datasets with scalable file sizes from 1 KB to 10 MB and enhanced Quick Links for faster access.Read more → ... Added a new Quick Links section at the top of the page to instantly access popular 1 KB, 1 Level Minified JSON files by category.Read more → ... Introduced a Request New Sample feature that allows users to submit their email, JSON schema, and custom commands to receive tailored sample JSON files.Read more →
🌐
NetIQ
netiq.com › documentation › risk-service-2.0 › sample-json › data › sample-json.html
Sample JSON Formats for Creating and Modifying Rules Through REST API
This article contains sample JSON formats for POST and PUT requests for Risk Service rules. URL to create rules: https://rba_ui_url:ui_port/risk/config/api/v1/<tenant_id>/rules
🌐
Adobe
opensource.adobe.com › Spry › samples › data_region › JSONDataSetSample.html
JSON Data Set Sample
An example of this would be the "image" and "thumbnail" properties in the following example: { "id": "0001", "type": "donut", "name": "Cake", "image": { "url": "images/0001.jpg", "width": 200, "height": 200 }, "thumbnail": { "url": "images/thumbnails/0001.jpg", "width": 32, "height": 32 } } It is ...
🌐
Beeceptor
beeceptor.com › use cases › sample api for testing
Sample API For Testing | Beeceptor
This involves choosing a method (GET, POST, PUT, DELETE, etc.) and setting the path (e.g., /users, /products). Beeceptor allows you to declare JSON, XML, or plain text responses, making it versatile for different use cases. Copy the endpoint URL and use in the code to test the API.
🌐
GitHub
gist.github.com › hiteshsahu › f58bcca95532fde77fd0d9e94a9c3148
Sample json data with Girl Images of different image sizes and some Text for testing · GitHub
Learn more about clone URLs · Clone this repository at &lt;script src=&quot;https://gist.github.com/hiteshsahu/f58bcca95532fde77fd0d9e94a9c3148.js&quot;&gt;&lt;/script&gt; Save hiteshsahu/f58bcca95532fde77fd0d9e94a9c3148 to your computer and use it in GitHub Desktop. Download ZIP · Sample json data with Girl Images of different image sizes and some Text for testing ·
🌐
Bubble
forum.bubble.io › need help › database
Url JSON data for the GET call - Database - Bubble Forum
March 29, 2023 - I know we can get a single row (JSON) from this URL below: https://appname.bubbleapps.io/api/1.1/obj/typename/uid result for example: { “response”: { “Created By”: “admin_user_wms-lmf_test”, “Created Date”: “2023-…
🌐
GitHub
github.com › typicode › json-server
GitHub - typicode/json-server: Get a full fake REST API with zero coding in less than 30 seconds (seriously) · GitHub
{ "first": 1, "prev": null, "next": 2, "last": 4, "pages": 4, "items": 100, "data": [ { "id": "1", "title": "...", "views": 100 }, { "id": "2", "title": "...", "views": 200 } ] } ... JSON Server automatically serves files from the ./public directory.
Author: typicode
🌐
freeCodeCamp
forum.freecodecamp.org › curriculum help
How to get JSON data from a website - Curriculum Help - The freeCodeCamp Forum
October 18, 2017 - $.getJSON(“some url here”, function(JSONdata){}) Generally speaking I think I get how this code works. However; I had a few questions about the URL. Can i get all the JSON data from a website by simply passing in the n…