Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Quikr Public API

The Public API from Quikr — 7 operation(s) for public.

Quikr Public API is one of 3 APIs that Quikr publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Public. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and API documentation.

This API exposes 7 operations across 7 paths. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://api.quikr.com.

7 operations 7 paths 0 schemas 4 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://api.quikr.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Quikr Public API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Quikr-Signature-v2 (quikrSignature). By default, every request must be authenticated.

  • quikrSignature — Custom Quikr request signing. Each request carries three headers: X-Quikr-App-Id (application identifier), X-Quikr-Token-Id (daily access token from /app/auth/…

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 4 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Public 7
GET
/public/adsByLocation
Retrieve ads by geographic coordinates.
getAdsByLocation → 200
GET
/public/adsByCategory
Fetch ads filtered by category and city.
getAdsByCategory → 200
GET
/public/trending
Display trending items in a city.
getTrending → 200
GET
/public/liveOnQuikr
Retrieve live platform activity metrics.
getLiveOnQuikr → 200
POST
/public/reply
Enable buyer-to-seller communication on a listing.
replyToAd → 200
POST
/public/postAds
Submit a new advertisement/listing.
postAd → 200
POST
/public/editAds
Modify an existing advertisement/listing.
editAd → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quikr-public-api-openapi.yml Raw ↑

Other APIs Quikr publishes across the network.

Quikr App API
Quikr Platform API