emart - Laravel Multi-Vendor Ecommerce Advanced CM
  • Documentation
  • Introduction
  • Key Features
  • Installation
    • Server Requirements
    • Shared Hosting Install
    • Installation Step By Step
    • Installation on VPS hosting
  • Developer Guide
    • Developer Guide
  • Setting up emart
    • Mail settings
    • Setting up CRON JOBS
    • PWA Setup
    • Multivendor Setup
    • Setting up Multicurrency
    • Database backup
    • Import Demo Content
    • Push notifications
    • Seller Payouts
    • Front settings
      • Payment gateways
      • SMS Settings
    • Site Settings
    • Setting up Google review
    • Wallet settings
    • Add-on Manager
  • faq's
    • Installation FAQ's
    • General Settings
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
    • Access Denied
  • UPDATE PROCESS
    • Changelogs
    • UpdateGuide
    • Quick Update
      • 2.8.x
      • 2.9.x
      • 3.0x
  • Support
    • Support
    • Source and Credits
    • Emart Tutorials - Youtube
    • Installation of eMart
  • Conclusion
    • Conclusion
  • portfolio
  • Codecanyon
  • Themeforest
  • Graphic River
  • Homepage
  • Emart Api
  • 🍿Getting Started
  • Login
  • Register
  • Refresh Token
  • Logout
  • Social Login API
  • Homepage (12/01/2022)
  • Product Detail page (18/01)
  • Product all Comments
  • Product All Reviews
  • Get All Brands
  • Brand Products
  • Main Category with products(26/11)
  • Subcategory with products (26/11)
  • Child category with their products (26/11)
  • Get all categories
  • Get All Subcategory
  • Get All Childcategories
  • 🦹‍♂️View User Profile
  • Current User Wallet
  • User Favorite Wishlist (26/11)
  • Add item in wishlist (09/02)
  • Remove items from wishlist (09/02)
  • Wishlist collection (09/02)
  • View Particular Wishlist collection (09/02)
  • Create wishlist collection (09/02)
  • Current User Address list (02/02)
  • Create new user address (02/02)
  • List Billing address (02/02)
  • Create billing address (02/02)
  • Current User bank list (10/01/2022)
  • Current User notifications
  • 🌟My Reviews
  • Get User Cart (13/01)
  • Add Item in User Cart (13/01)
  • Remove Item from user cart (13/01)
  • Clear user cart
  • Increase item quantity in user cart (19/01) (Updated)
  • Get Guest User Cart (15/01)
  • Guest cart Store (15/01)
  • Apply Coupans
  • Remove coupan
  • General FAQ API
  • Custom Page
  • Pincode API (03/02)
  • General Configurations
  • Payment Methods List
  • List of countries
  • List of states
  • List of Cities
  • Search City (03/02)
  • Fetch City List By Pincode For Guest (03/02)
  • Fetch city list with address for logged in user (03/02)
  • List Languages
  • Fetch Current Time
  • Policy Pages
  • Order Review (27/02)
  • Localpickup apply (27/02)
  • Remove Localpickup (27/02)
  • Confirm Order
  • MY Orders
  • View Order
  • Get Razorpay Payment ORDER ID
  • Generate Paytm Checksum
  • View All Flashdeals (12/01)
  • View Specific Flashdeals (12/01)
  • Wishlist
  • Changelogs
Powered by GitBook
On this page

Was this helpful?

List of states

Fire this api to get list of states for given country id.

GET https://castleindia.in/emart/public /api/states/{countryid}?secret=xxxx /api/states/

Path Parameters

Name
Type
Description

countryid*

String

ID of the country from the country list.

Query Parameters

Name
Type
Description

secret*

String

Client secret which obtained from admin panel.

Headers

Name
Type
Description

Accept*

String

application/json

{
    "states": [
        {
            "id": 1,
            "name": "Andaman and Nicobar Islands",
            "country_id": 101
        },
        {
            "id": 2,
            "name": "Andhra Pradesh",
            "country_id": 101
        },
        {
            "id": 3,
            "name": "Arunachal Pradesh",
            "country_id": 101
        },
        {
            "id": 4,
            "name": "Assam",
            "country_id": 101
        },
        {
            "id": 5,
            "name": "Bihar",
            "country_id": 101
        },
        {
            "id": 6,
            "name": "Chandigarh",
            "country_id": 101
        },
        {
            "id": 7,
            "name": "Chhattisgarh",
            "country_id": 101
        },
        {
            "id": 8,
            "name": "Dadra and Nagar Haveli",
            "country_id": 101
        },
        {
            "id": 9,
            "name": "Daman and Diu",
            "country_id": 101
        },
        {
            "id": 10,
            "name": "Delhi",
            "country_id": 101
        },
        {
            "id": 11,
            "name": "Goa",
            "country_id": 101
        },
        {
            "id": 12,
            "name": "Gujarat",
            "country_id": 101
        },
        {
            "id": 13,
            "name": "Haryana",
            "country_id": 101
        },
        {
            "id": 14,
            "name": "Himachal Pradesh",
            "country_id": 101
        },
        {
            "id": 15,
            "name": "Jammu and Kashmir",
            "country_id": 101
        },
        {
            "id": 16,
            "name": "Jharkhand",
            "country_id": 101
        },
        {
            "id": 17,
            "name": "Karnataka",
            "country_id": 101
        },
        {
            "id": 18,
            "name": "Kenmore",
            "country_id": 101
        },
        {
            "id": 19,
            "name": "Kerala",
            "country_id": 101
        },
        {
            "id": 20,
            "name": "Lakshadweep",
            "country_id": 101
        },
        {
            "id": 21,
            "name": "Madhya Pradesh",
            "country_id": 101
        },
        {
            "id": 22,
            "name": "Maharashtra",
            "country_id": 101
        },
        {
            "id": 23,
            "name": "Manipur",
            "country_id": 101
        },
        {
            "id": 24,
            "name": "Meghalaya",
            "country_id": 101
        },
        {
            "id": 25,
            "name": "Mizoram",
            "country_id": 101
        },
        {
            "id": 26,
            "name": "Nagaland",
            "country_id": 101
        },
        {
            "id": 27,
            "name": "Narora",
            "country_id": 101
        },
        {
            "id": 28,
            "name": "Natwar",
            "country_id": 101
        },
        {
            "id": 29,
            "name": "Odisha",
            "country_id": 101
        },
        {
            "id": 30,
            "name": "Paschim Medinipur",
            "country_id": 101
        },
        {
            "id": 31,
            "name": "Pondicherry",
            "country_id": 101
        },
        {
            "id": 32,
            "name": "Punjab",
            "country_id": 101
        },
        {
            "id": 33,
            "name": "Rajasthan",
            "country_id": 101
        },
        {
            "id": 34,
            "name": "Sikkim",
            "country_id": 101
        },
        {
            "id": 35,
            "name": "Tamil Nadu",
            "country_id": 101
        },
        {
            "id": 36,
            "name": "Telangana",
            "country_id": 101
        },
        {
            "id": 37,
            "name": "Tripura",
            "country_id": 101
        },
        {
            "id": 38,
            "name": "Uttar Pradesh",
            "country_id": 101
        },
        {
            "id": 39,
            "name": "Uttarakhand",
            "country_id": 101
        },
        {
            "id": 40,
            "name": "Vaishali",
            "country_id": 101
        },
        {
            "id": 41,
            "name": "West Bengal",
            "country_id": 101
        },
        {
            "id": 4122,
            "name": "Test",
            "country_id": 101
        },
        {
            "id": 4123,
            "name": "Ankit",
            "country_id": 101
        }
    ],
    "success": "success"
}
​
PreviousList of countriesNextList of Cities

Last updated 2 years ago

Was this helpful?