Get all Cities Endpoint

Retrieves the list of cities that Syticks supports. Eg Iyana Ipaja, Festac, Kubwa etc.

Fetch All Cities

get

This endpoint returns the list of cities and their corresponding states in Nigeria that Syticks supports.

Query parameters
searchstringOptional

Filter cities based on a search parameter. For example, if you pass "La" as the search term, it will return all cities that contain "La".

per_pageinteger · int32Optional

Specifies the number of cities per page. For example, if per_page is set to 10, the response will contain 10 cities.

Responses
chevron-right
200

Successful retrieval of cities.

application/json
successbooleanOptional

Indicates if the request was successful.

statusintegerOptional

HTTP status code (200 indicates success).

messagestringOptional

Human-readable description of the response.

get
/api/v1/merpi/transport/cities

Last updated