Skip to content

iamtomorrow/OLX-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomorrow-developers

OLX API

API Reference

The OLX Data API lets you incorporate functions normally executed on the OLX website into your own website or application. The lists below identify the different types of resources that you can retrieve using the API. The API also supports methods to insert, update, or delete many of these resources.

This reference guide explains how to use the API to perform all of these operations. The guide is organized by resource type. A resource represents a type of item that comprises part of the YouTube experience, such as a video, a playlist, or a subscription. For each resource type, the guide lists one or more data representations, and resources are represented as JSON objects. The guide also lists one or more supported methods (LIST, POST, DELETE, etc.) for each resource type and explains how to use those methods in your application.

Calling the API

To call the OLX API you need to specify a specific endpoint predefined to retrieve data returned from the API. In the following lines, you can find these endpoints and their returns.

Before calling the API

We recommend you use http://olx-api.onrender.com/ping before continuing. This is a testing endpoint to test the API server status. It returns a JSON with the following structure: { pong: “pong” } if everything is fine.

Database & Rest API diagram

database

References / Endpoints / Methods

desk-developers-weboage

Please, feel free to test our API on https://olx-api.onrender.com/ and access our development center for additional information and full documentation.

About

Project created with NODE for OLX clone website with ReactJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published