Halal Navi API
  1. Restaurant API
Halal Navi API
  • User API
    • Register a user
      POST
    • Edit user
      POST
    • Get user ID
      GET
    • Get user profile
      GET
    • Follow user
      POST
    • Follow all users
      POST
    • Unfollow user
      POST
    • Get follow status
      GET
    • Get user friend list
      GET
    • Get user follower list
      GET
    • Get user social friend list
      GET
    • Get user suggested user list
      GET
    • Get bookmark status
      GET
    • Get bookmark list
      GET
    • Get user review list
      GET
    • Verify user email
      POST
    • User login
      POST
    • User Password Reset Mail
      POST
    • User reset password
      POST
    • User add invite
      POST
    • User remove invite
      POST
    • User invite list
      GET
    • Get user invite user list
      GET
    • Get user notification list
      GET
    • User Notification Read
      POST
    • User Notification Unviewed Count
      POST
    • User been here
      POST
    • User undo been here
      POST
    • User Search
      GET
  • Restaurant API
    • Bookmark shop
      POST
    • Unbookmark shop
      POST
    • Add new shop
      POST
    • Get shop list
      GET
    • Get a shop
      GET
    • Get shop reviews
      GET
    • Get shop photo list
      GET
    • Shop search
      GET
    • Get shop by station
      GET
    • Get shop suggest
      GET
    • Upload shop menu
      POST
    • Remove shop menu
      POST
    • Get shop photo list Copy
      GET
  • Review API
    • Add review
    • Edit review
    • Remove review
    • Get a review
    • Like a review
    • Unlike a review
    • Review like list
    • Add review comment
    • Edit review comment
    • Delete review comment
    • Get comments list for a review
    • Review comment like
    • Review comment unlike
    • Get likes list for a comment
    • Get review feed
    • Get random review
    • Review add share
  • Device API
    • Register device
    • Get user devices
    • Get device info
    • Device update token
    • Get device token
    • Device login
    • Device logout
    • Device update PN count
  • List API
    • Get Country List
    • Get country's name
    • Get list of regions
    • Get list of prefecture by region
    • Get list of areas by prefecture
  • Misc API
    • Get image proxy
    • Get review image proxy
  1. Restaurant API

Get shop list

GET
https://api-test2.halal-navi.com/v1.5/shop/list
Get shop list

Request

Authorization
Add parameter in query
key
Example:
key: ********************
Query Params
area
string 
optional
filter shop by area
prefecture
string 
optional
filter shop by prefecture
region
string 
optional
filter shop by region
page
number 
optional
page number
count
number 
optional
number of items in a page

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-test2.halal-navi.com/v1.5/shop/list?key'

Responses

🟢200Successful operation
application/json
Body
object {0}
Example
{}
Modified at 2024-09-26 07:39:06
Previous
Add new shop
Next
Get a shop
Built with