๐ŸŒ
DummyJSON
dummyjson.com โ€บ docs
Docs - DummyJSON - Free Fake REST API for Placeholder JSON Data
All the resources can be used with query params to achieve pagination and get limited data.
๐ŸŒ
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
GET /posts?views:gt=100 # Filter by condition GET /posts?_sort=-views # Sort by field (descending) GET /posts?_page=1&_per_page=10 # Pagination GET /posts?_embed=comments # Include relations GET /posts?_where={"or":[...]} # Complex queries
Starred by 75.7K users
Forked by 7.3K users
Languages ย  JavaScript 91.7% | HTML 8.3%
๐ŸŒ
Platzi
fakeapi.platzi.com โ€บ en โ€บ rest โ€บ products
Products | Platzi Fake Store API
"description": "The automobile ... adding the id as a parameter: /products/<id> ... The API supports offset-based pagination for retrieving products in manageable chunks....
๐ŸŒ
Instant Web Tools
instantwebtools.net โ€บ fake-rest-api
Fake Rest API | Instant Web Tools
This API reads a dataset of more ... Basically, you should introduce pageSize and pageNumber while you send the request to the API, Then API will return a response with an array of data, total number of items in the dataset and total number of pages....
๐ŸŒ
Sling Academy
slingacademy.com โ€บ article โ€บ sample-users-free-fake-api-for-practicing-prototyping
Sample Users โ€“ Free Fake API for Practicing & Prototyping - Sling Academy
Sling Academy provides API endpoints with information about 1000 fictitious users for software prototyping, learning, practicing, and testing purposes. To get a collection of users, you can send a GET request to this: https://api.slingacademy.com/v1/sample-data/users ยท Parameters for pagination and searching: offset (optional): This specifies the number of records to skip before any records are retrieved.
๐ŸŒ
Dummyapi
dummyapi.io
Dummy API: Fake api full of users, images, post, comments etc
Testing - Dummy API for testing JSON, go deep with Unit tests for Rest API. Skill evaluation - Want to give your future employee an assignment? Our fake API is great for covering all required areas, starting from simple pagination till auth flow.
๐ŸŒ
Platzi
fakeapi.platzi.com
Platzi Fake Store API | Platzi Fake Store API
Our API supports all CRUD operations (Create, Read, Update, and Delete) with no limitations, giving you full flexibility for your projects. ... Implement features like infinite scroll with our built-in pagination support through โ€˜limitโ€™ and โ€˜offsetโ€™ parameters.
Find elsewhere
๐ŸŒ
Newbapi
newbapi.com โ€บ fake-api
NewbAPI โ€” Fake API
// JavaScript fetch() Pagination fetch('https://fake.newbapi.com/user/api/v1/users/?skip=0&limit=10') .then(response => response.json()) .then(data => { console.log(data); }).catch(error => { console.error(error); });
๐ŸŒ
GitHub
github.com โ€บ topics โ€บ fake-rest-api
fake-rest-api ยท GitHub Topics ยท GitHub
Table sorting, filter, search and Pagination are implemented with localStorage. Iโ€™ve prepared this simple application to summarize the majority of ways we can think about managing state (i.e. data) in a Vue application. pagination vuejs crud state-management vue vuex localstorage axios vue-router table-sorting vuelidate bootstrapvue fake-rest-api table-filter table-filter-search
๐ŸŒ
Team Treehouse
teamtreehouse.com โ€บ community โ€บ fake-rest-api
Fake Rest API (Example) | Treehouse Community
May 31, 2022 - A json API and its documentation can be found here: https://instantwebtools.net/fake-rest-api Please split your code into services, entities and/or other needed files. functionality The main page of the application should show an overview of airlines (name, logo). Each airline should to a detail page, where all other attributes of the airline and a list of passengers are displayed. passengers are displayed. All passengers should be loaded paginated with a page size of 25.
๐ŸŒ
Tutorial Savvy
tutorialsavvy.com โ€บ home โ€บ javascript โ€บ nodejs โ€บ npm โ€บ fake json api with sorting and pagination using json server
Fake JSON API With Sorting And Pagination Using JSON Server -Tutorial Savvy
April 30, 2015 - For pagination we need to use _start and _end parameter to request for the range of data.The following screenshot shows the pagination for 1to 4. ... Create Fake JSON API For Rapid Development Using JSON ServerFake JSON API With Searching Using ...
๐ŸŒ
Reddit
reddit.com โ€บ r/learnprogramming โ€บ anyone knows any free api to test pagination?
r/learnprogramming on Reddit: Anyone knows any free API to test pagination?
April 30, 2022 -

Waddup people! I'm looking for a free API to make an infinite-scroll pagination web POC and make a public example to share with some people trying to explain some situations.

Already know that there's a "Rick and Morty"-related free API that does the work Docs!

But does anyone know another source?

I'm looking for something like this typical model

{   
    next: string,
    previous: string,
    data: Record<string, unknown>[]
}

๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ EDIT: found this Free beer related API (Punkapi) really good and helpful, no auth or keys needed, supports pagination and every item has a lot of data! ๐Ÿšจ๐Ÿšจ๐Ÿšจ

๐ŸŒ
DummyJSON
dummyjson.com โ€บ docs โ€บ products
Products - DummyJSON - Free Fake REST API for Placeholder JSON Data
By default you will get 30 items, use Limit and skip to paginate through all items. fetch('https://dummyjson.com/products') .then(res => res.json()) .then(console.log); Show Output ยท { "products": [ { "id": 1, "title": "Essence Mascara Lash Princess", "description": "The Essence Mascara Lash Princess is a popular mascara known for its volumizing and lengthening effects. Achieve dramatic lashes with this long-lasting and cruelty-free formula.", "category": "beauty", "price": 9.99, "discountPercentage": 7.17, "rating": 4.94, "stock": 5, "tags": [ "beauty", "mascara" ], "brand": "Essence", "sku"
๐ŸŒ
Fake API Data
fakeapidata.com โ€บ docs
Fake Store API
Limit with pagination ยท Sort results ยท Add ยท Update ยท Delete ยท User login ยท fetch('https://fakeapidata.com/products') .then(res=>res.json()) .then(json=>console.log(json)) Show output ยท
๐ŸŒ
Mockoon
mockoon.com โ€บ mock-samples โ€บ category โ€บ media
Mockoon - Media APIs mock samples for your project
Integrate with third-parties media REST APIs in no time by mocking them with Mockoon's ready to use mock samples
๐ŸŒ
Medium
venkateswarluvajrala.medium.com โ€บ paginated-mock-apis-using-mockaroo-57c0b222e74e
Paginated Mock APIs using Mockaroo | by Venkateswarlu Vajrala | Medium
February 7, 2024 - It proved quite useful for constructing UI components without the necessity of developing a backend, all while simulating API calls. This allowed us to generate realistic data instead of random sets. Mockaroo boasts a feature called Projects, which comprises schemas, datasets, and scenarios that can be shared with collaborators. This functionality proves valuable when collaborating on a project. While Mockaroo provided all the necessary features, such as custom schema creation, datasets, and schema relations with foreign keys, it lacked built-in pagination support for Apis.
๐ŸŒ
DummyJSON
dummyjson.com โ€บ docs โ€บ todos
Todos - DummyJSON - Free Fake REST API for Placeholder JSON Data
You can pass `limit` and `skip` params to limit and skip the results for pagination, and use `limit=0` to get all items.