- Start Here ๐
- Overview to Zid Apps
- Authorization
- Responses
- Webhooks
- Rate Limiting
- APIs
- Orders
- Reverse Orders
- Carts
- Products
- Inventories
- Shipping
- Marketing
- Gift Cards
- Coupons
- Bundle Offers
- Loyalty Program
- Loyalty Program Points per Order
- Store Loyalty Status
- Info Page
- Loyalty Program Activation
- Loyalty Status
- Set Points Expiration
- Cashback Rule Method Update
- Cashback Rule Method Update Status
- Add Points Redemption Method
- Update Points Redemption Method
- Delete Points Redemption Method
- Toggle Redemption Method Status
- Show Loyalty Points Info for Specific Customer
- Customer Profile
- List Data
- Customer Points History
- Info Page - Managers
- Update Info Page
- Adjust Customer Points
- Customers
- Store Settings
- Countries and Cities
- Webhook
- Orders
- Store Events
Countries List
GET
https://api.zid.sa/v1/settings/countries
Countries and Cities
๐Scopes
countries_cities.read
- Countries & Cities ReadRequest
Query Params
page_size
stringย
required
Example:
10
page
stringย
required
Example:
1
Header Params
Accept
stringย
required
Default:
application/json
Accept-Language
enum<string>ย
optional
en
if not specified.Allowed values:
enar
Example:
en
Access-Token
stringย
required
Access-Token
, but have the older alternative instead, i.e., the X-Manager-Token
, then see the instructions here on how to obtain the Access-Token
.Example:
eyJpdiI6Imh3L2dGbmJmRnVCOUY4WW5WQ2s3RFE9PSIsInZhbHVlIjoiZklpRnJyVGV1OWcrZUJBNk44bVp5SjZzSS92V3czcTJjbnJ2dFYvenZ3SFBtWHNSMFU3ZEMzZ0ZJNnpucVE4Ui9rNFdicUduOGpKUlg1VXdGOFFIaVUzZjZyUUZybWx3R0tNY3orUmxoUUUxQ29wSkEyVDZTVnVYb2dlUXJSVzBYVkdESjBpS0xiN05Hbndzc2wzV2N0YitGM1NEdkk4ckZZOTZsTFdEL1ZQRlJJTE5FQmttZng2elpwL1RCeXFRdUd1U3JTc0FHV1kySS80RFJaWlIyZ3gwM2FsQVRFbkt3VWtFOUQyKzdGOD0iLCJtYWMiOiJmZDQ0YzM4ODE0OWQxOWRhYWU0NDhhYmIzYzQ1MDAxMDAzODZjZGM3ZGM4NGJhMGNkMDEyYWZlM2UzYjAxMTI4IiwidGFnIjoiIn0=
Authorization
stringย
required
Example:
Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxMTciLCJqdGkiOiJhMTg5ZTg3MmYxMzhkMWVhYjU5MjVkMDkyMGE5NmI0YjliNjg0Y2E2ZTdmM2M2MjljZWYxNmQ4NDJjMmJlYmVhMjI4YTdmMTA0ZWQ4NWE5NCIsImlhdCI6MTY3OTU3Njk5OS41NjY4NzcsIm5iZiI6MTY3OTU3Njk5OS41NjY4OCwiZXhwIjoxNzExMTk5Mzk5LjQ4NjE1Mywic3ViIjoiMTgyNDc1Iiwic2NvcGVzIjpbInRoaXJkLXBhcnRpZXMtYXBpcyJdfQ.i07ef09nVNXGZF-g-QXpNoS2vlFQK_zntAqAMS4Az2XD2EyMLhxLZZRL-QlR11zUPqMmXjMAl_4ooKa3M3zkfZQ6Ga6qStvamk8RnC_39VUx0lfN2A4k65ERZpqwrMy6-t3dE99zay3aicIdNvbgi0zeuMSE5Tn99u-2AtSRa8ffbfAcYPPXacHrhdmlYzdiZS_x_skovFEow1E-nDjdL1WHqO92XdZ7RfNLkiYFTjZlZmM_UruvioaR3q6TXJbqRK_ZrziivezL8ohIQ2SBosUp58I29rlKzvlw_R2j0rKKYZbdxYDaxAHOISmOFKAlO66k7dNevAHI3s4uGIjoGA6ZXHknccWPLLLiaAQ0r64HV8GowW5dg2rhZNurJGDTnLlBQ6F-ql42ptHzSAfzzi576CEoN3gMVpgXcbntUY3reETkFsTBPUjeSuMpANMioXAA0GRp3Ut-84fTnrWxqsCW1WVUIx33HvmfCGPXIdkaCCWoA6G6KXo04MtFbKXQmXkK9esQWI-rqdVnMD3zSR3g3yFHZSL1U-mZeNja03706Rav1ordsRNOtRwtLuoRRbk9KasbUpEwqq4Ao9lqZZwRIjdEw-pQtnUT8V53fhmuuRIefCLFO7eGEtGUnh9o6Uh_pgi6AB6uSlnN9GEMGgI1alqvMmTjxvC-HHt0V-Y
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.zid.sa/v1/settings/countries?page_size=10&page=1' \
--header 'Accept;' \
--header 'Accept-Language;' \
--header 'Access-Token: eyJpdiI6Imh3L2dGbmJmRnVCOUY4WW5WQ2s3RFE9PSIsInZhbHVlIjoiZklpRnJyVGV1OWcrZUJBNk44bVp5SjZzSS92V3czcTJjbnJ2dFYvenZ3SFBtWHNSMFU3ZEMzZ0ZJNnpucVE4Ui9rNFdicUduOGpKUlg1VXdGOFFIaVUzZjZyUUZybWx3R0tNY3orUmxoUUUxQ29wSkEyVDZTVnVYb2dlUXJSVzBYVkdESjBpS0xiN05Hbndzc2wzV2N0YitGM1NEdkk4ckZZOTZsTFdEL1ZQRlJJTE5FQmttZng2elpwL1RCeXFRdUd1U3JTc0FHV1kySS80RFJaWlIyZ3gwM2FsQVRFbkt3VWtFOUQyKzdGOD0iLCJtYWMiOiJmZDQ0YzM4ODE0OWQxOWRhYWU0NDhhYmIzYzQ1MDAxMDAzODZjZGM3ZGM4NGJhMGNkMDEyYWZlM2UzYjAxMTI4IiwidGFnIjoiIn0=' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxMTciLCJqdGkiOiJhMTg5ZTg3MmYxMzhkMWVhYjU5MjVkMDkyMGE5NmI0YjliNjg0Y2E2ZTdmM2M2MjljZWYxNmQ4NDJjMmJlYmVhMjI4YTdmMTA0ZWQ4NWE5NCIsImlhdCI6MTY3OTU3Njk5OS41NjY4NzcsIm5iZiI6MTY3OTU3Njk5OS41NjY4OCwiZXhwIjoxNzExMTk5Mzk5LjQ4NjE1Mywic3ViIjoiMTgyNDc1Iiwic2NvcGVzIjpbInRoaXJkLXBhcnRpZXMtYXBpcyJdfQ.i07ef09nVNXGZF-g-QXpNoS2vlFQK_zntAqAMS4Az2XD2EyMLhxLZZRL-QlR11zUPqMmXjMAl_4ooKa3M3zkfZQ6Ga6qStvamk8RnC_39VUx0lfN2A4k65ERZpqwrMy6-t3dE99zay3aicIdNvbgi0zeuMSE5Tn99u-2AtSRa8ffbfAcYPPXacHrhdmlYzdiZS_x_skovFEow1E-nDjdL1WHqO92XdZ7RfNLkiYFTjZlZmM_UruvioaR3q6TXJbqRK_ZrziivezL8ohIQ2SBosUp58I29rlKzvlw_R2j0rKKYZbdxYDaxAHOISmOFKAlO66k7dNevAHI3s4uGIjoGA6ZXHknccWPLLLiaAQ0r64HV8GowW5dg2rhZNurJGDTnLlBQ6F-ql42ptHzSAfzzi576CEoN3gMVpgXcbntUY3reETkFsTBPUjeSuMpANMioXAA0GRp3Ut-84fTnrWxqsCW1WVUIx33HvmfCGPXIdkaCCWoA6G6KXo04MtFbKXQmXkK9esQWI-rqdVnMD3zSR3g3yFHZSL1U-mZeNja03706Rav1ordsRNOtRwtLuoRRbk9KasbUpEwqq4Ao9lqZZwRIjdEw-pQtnUT8V53fhmuuRIefCLFO7eGEtGUnh9o6Uh_pgi6AB6uSlnN9GEMGgI1alqvMmTjxvC-HHt0V-Y'
Responses
๐ข200OK
application/json
Body
status
stringย
optional
countries
arrayย [object {5}]ย
optional
id
integerย
optional
Example:
184
name
stringย
optional
Example:
ุงูุณุนูุฏูุฉ
code
stringย
optional
Example:
SA
country_code
stringย
optional
Example:
SAU
flag
stringย
optional
Example:
https://media.zid.store/static/sa.svg
message
objectย
optional
type
stringย
optional
code
nullย
optional
name
nullย
optional
description
nullย
optional
Example
{ "status": "object", "countries": [ { "id": 184, "name": "ุงูุณุนูุฏูุฉ", "code": "SA", "country_code": "SAU", "flag": "https://media.zid.store/static/sa.svg" }, { "id": 221, "name": "ุงูุฅู ุงุฑุงุช ุงูุนุฑุจูุฉ ุงูู ุชุญุฏุฉ", "code": "AE", "country_code": "ARE", "flag": "https://media.zid.store/static/ae.svg" }, { "id": 114, "name": "ุงููููุช", "code": "KW", "country_code": "KWT", "flag": "https://media.zid.store/static/kw.svg" }, { "id": 161, "name": "ุนู ุงู", "code": "OM", "country_code": "OMN", "flag": "https://media.zid.store/static/om.svg" }, { "id": 17, "name": "ุงูุจุญุฑูู", "code": "BH", "country_code": "BHR", "flag": "https://media.zid.store/static/bh.svg" }, { "id": 63, "name": "ู ุตุฑ", "code": "EG", "country_code": "EGY", "flag": "https://media.zid.store/static/eg.svg" }, { "id": 173, "name": "ูุทุฑ", "code": "QA", "country_code": "QAT", "flag": "https://media.zid.store/static/qa.svg" }, { "id": 108, "name": "ุงูุฃุฑุฏู", "code": "JO", "country_code": "JOR", "flag": "https://media.zid.store/static/jo.svg" }, { "id": 118, "name": "ูุจูุงู", "code": "LB", "country_code": "LBN", "flag": "https://media.zid.store/static/lb.svg" }, { "id": 214, "name": "ุชููุณ", "code": "TN", "country_code": "TUN", "flag": "https://media.zid.store/static/tn.svg" }, { "id": 144, "name": "ุงูู ุบุฑุจ", "code": "MA", "country_code": "MAR", "flag": "https://media.zid.store/static/ma.svg" }, { "id": 121, "name": "ููุจูุง", "code": "LY", "country_code": "LBY", "flag": "https://media.zid.store/static/ly.svg" }, { "id": 1, "name": "ุฃูุบุงูุณุชุงู", "code": "AF", "country_code": "AFG", "flag": "https://media.zid.store/static/af.svg" }, { "id": 2, "name": "ุฃูุจุงููุง", "code": "AL", "country_code": "ALB", "flag": "https://media.zid.store/static/al.svg" }, { "id": 3, "name": "ุงูุฌุฒุงุฆุฑ", "code": "DZ", "country_code": "DZA", "flag": "https://media.zid.store/static/dz.svg" }, { "id": 4, "name": "ุณุงู ูุง ุงูุฃู ุฑููู", "code": "AS", "country_code": "ASM", "flag": "https://media.zid.store/static/as.svg" }, { "id": 5, "name": "ุฃูุฏูุฑุง", "code": "AD", "country_code": "AND", "flag": "https://media.zid.store/static/ad.svg" }, { "id": 6, "name": "ุฃูุบููุง", "code": "AO", "country_code": "AGO", "flag": "https://media.zid.store/static/ao.svg" }, { "id": 7, "name": "ุฃูุบูููุง", "code": "AI", "country_code": "AIA", "flag": "https://media.zid.store/static/ai.svg" }, { "id": 10, "name": "ุงูุฃุฑุฌูุชูู", "code": "AR", "country_code": "ARG", "flag": "https://media.zid.store/static/ar.svg" }, { "id": 11, "name": "ุฃุฑู ูููุง", "code": "AM", "country_code": "ARM", "flag": "https://media.zid.store/static/am.svg" }, { "id": 12, "name": "ุฃุฑูุจุง", "code": "AW", "country_code": "ABW", "flag": "https://media.zid.store/static/aw.svg" }, { "id": 13, "name": "ุฃุณุชุฑุงููุง", "code": "AU", "country_code": "AUS", "flag": "https://media.zid.store/static/au.svg" }, { "id": 14, "name": "ุงููู ุณุง", "code": "AT", "country_code": "AUT", "flag": "https://media.zid.store/static/at.svg" }, { "id": 15, "name": "ุฃุฐุฑุจูุฌุงู", "code": "AZ", "country_code": "AZE", "flag": "https://media.zid.store/static/az.svg" }, { "id": 16, "name": "ุงูุจุงูุงู ุงุณ", "code": "BS", "country_code": "BHS", "flag": "https://media.zid.store/static/bs.svg" }, { "id": 19, "name": "ุจุฑุจุงุฏูุณ", "code": "BB", "country_code": "BRB", "flag": "https://media.zid.store/static/bb.svg" }, { "id": 20, "name": "ุฑูุณูุง ุงูุจูุถุงุก", "code": "BY", "country_code": "BLR", "flag": "https://media.zid.store/static/by.svg" }, { "id": 21, "name": "ุจูุฌููุง", "code": "BE", "country_code": "BEL", "flag": "https://media.zid.store/static/be.svg" }, { "id": 22, "name": "ุจูููุฒ", "code": "BZ", "country_code": "BLZ", "flag": "https://media.zid.store/static/bz.svg" }, { "id": 24, "name": "ุฌุฒุฑ ุจุฑู ูุฏ", "code": "BM", "country_code": "BMU", "flag": "https://media.zid.store/static/bm.svg" }, { "id": 26, "name": "ุจูููููุง", "code": "BO", "country_code": "BOL", "flag": "https://media.zid.store/static/bo.svg" }, { "id": 30, "name": "ุงูุจุฑุงุฒูู", "code": "BR", "country_code": "BRA", "flag": "https://media.zid.store/static/br.svg" }, { "id": 33, "name": "ุจูุบุงุฑูุง", "code": "BG", "country_code": "BGR", "flag": "https://media.zid.store/static/bg.svg" }, { "id": 34, "name": "ุจูุฑูููุง ูุงุณู", "code": "BF", "country_code": "BFA", "flag": "https://media.zid.store/static/bf.svg" }, { "id": 37, "name": "ูุงู ูุฑูู", "code": "CM", "country_code": "CMR", "flag": "https://media.zid.store/static/cm.svg" }, { "id": 38, "name": "ููุฏุง", "code": "CA", "country_code": "CAN", "flag": "https://media.zid.store/static/ca.svg" }, { "id": 39, "name": "ุงูุฑุฃุณ ุงูุฃุฎุถุฑ", "code": "CV", "country_code": "CPV", "flag": "https://media.zid.store/static/cv.svg" }, { "id": 42, "name": "ุชุดุงุฏ", "code": "TD", "country_code": "TCD", "flag": "https://media.zid.store/static/td.svg" }, { "id": 43, "name": "ุชุดููู", "code": "CL", "country_code": "CHL", "flag": "https://media.zid.store/static/cl.svg" }, { "id": 44, "name": "ุงูุตูู", "code": "CN", "country_code": "CHN", "flag": "https://media.zid.store/static/cn.svg" }, { "id": 47, "name": "ููููู ุจูุง", "code": "CO", "country_code": "COL", "flag": "https://media.zid.store/static/co.svg" }, { "id": 48, "name": "ุฌุฒุฑ ุงููู ุฑ", "code": "KM", "country_code": "COM", "flag": "https://media.zid.store/static/km.svg" }, { "id": 51, "name": "ููุณุชุงุฑููุง", "code": "CR", "country_code": "CRI", "flag": "https://media.zid.store/static/cr.svg" }, { "id": 53, "name": "ูุฑูุงุชูุง", "code": "HR", "country_code": "HRV", "flag": "https://media.zid.store/static/hr.svg" }, { "id": 55, "name": "ูุจุฑุต", "code": "CY", "country_code": "CYP", "flag": "https://media.zid.store/static/cy.svg" }, { "id": 56, "name": "ุงูุฌู ููุฑูุฉ ุงูุชุดูููุฉ", "code": "CZ", "country_code": "CZE", "flag": "https://media.zid.store/static/cz.svg" }, { "id": 57, "name": "ุงูุฏุงูู ุงุฑู", "code": "DK", "country_code": "DNK", "flag": "https://media.zid.store/static/dk.svg" }, { "id": 58, "name": "ุฌูุจูุชู", "code": "DJ", "country_code": "DJI", "flag": "https://media.zid.store/static/dj.svg" }, { "id": 59, "name": "ุฏูู ููููุง", "code": "DM", "country_code": "DMA", "flag": "https://media.zid.store/static/dm.svg" }, { "id": 61, "name": "ุชูู ูุฑ ุงูุดุฑููุฉ", "code": "TL", "country_code": "TLS", "flag": "https://media.zid.store/static/tl.svg" }, { "id": 62, "name": "ุฅููุงุฏูุฑ", "code": "EC", "country_code": "ECU", "flag": "https://media.zid.store/static/ec.svg" }, { "id": 64, "name": "ุฅูุณููุงุฏูุฑ", "code": "SV", "country_code": "SLV", "flag": "https://media.zid.store/static/sv.svg" }, { "id": 67, "name": "ุงุณุชูููุง", "code": "EE", "country_code": "EST", "flag": "https://media.zid.store/static/ee.svg" }, { "id": 68, "name": "ุฃุซููุจูุง", "code": "ET", "country_code": "ETH", "flag": "https://media.zid.store/static/et.svg" }, { "id": 71, "name": "ููุฌู", "code": "FJ", "country_code": "FJI", "flag": "https://media.zid.store/static/fj.svg" }, { "id": 72, "name": "ููููุฏุง", "code": "FI", "country_code": "FIN", "flag": "https://media.zid.store/static/fi.svg" }, { "id": 74, "name": "ูุฑูุณุง", "code": "FR", "country_code": "FRA", "flag": "https://media.zid.store/static/fr.svg" }, { "id": 76, "name": "ุจูููููุฒูุง ุงููุฑูุณูุฉ", "code": "PF", "country_code": "PYF", "flag": "https://media.zid.store/static/pf.svg" }, { "id": 79, "name": "ุบุงู ุจูุง", "code": "GM", "country_code": "GMB", "flag": "https://media.zid.store/static/gm.svg" }, { "id": 80, "name": "ุฌููุฑุฌูุง", "code": "GE", "country_code": "GEO", "flag": "https://media.zid.store/static/ge.svg" }, { "id": 81, "name": "ุฃูู ุงููุง", "code": "DE", "country_code": "DEU", "flag": "https://media.zid.store/static/de.svg" }, { "id": 82, "name": "ุบุงูุง", "code": "GH", "country_code": "GHA", "flag": "https://media.zid.store/static/gh.svg" }, { "id": 84, "name": "ุงููููุงู", "code": "GR", "country_code": "GRC", "flag": "https://media.zid.store/static/gr.svg" }, { "id": 85, "name": "ุฌุฑูููุงูุฏ", "code": "GL", "country_code": "GRL", "flag": "https://media.zid.store/static/gl.svg" }, { "id": 86, "name": "ุบุฑููุงุฏุง", "code": "GD", "country_code": "GRD", "flag": "https://media.zid.store/static/gd.svg" }, { "id": 87, "name": "ุฌุฒุฑ ุฌูุงุฏููุจ", "code": "GP", "country_code": "GLP", "flag": "https://media.zid.store/static/gp.svg" }, { "id": 88, "name": "ุฌูุงู ", "code": "GU", "country_code": "GUM", "flag": "https://media.zid.store/static/gu.svg" }, { "id": 89, "name": "ุบูุงุชูู ุงู", "code": "GT", "country_code": "GTM", "flag": "https://media.zid.store/static/gt.svg" }, { "id": 90, "name": "ุบูููุง", "code": "GN", "country_code": "GIN", "flag": "https://media.zid.store/static/gn.svg" }, { "id": 92, "name": "ุบูุงูุง", "code": "GY", "country_code": "GUY", "flag": "https://media.zid.store/static/gy.svg" }, { "id": 93, "name": "ูุงูุชู", "code": "HT", "country_code": "HTI", "flag": "https://media.zid.store/static/ht.svg" }, { "id": 95, "name": "ููุฏูุฑุงุณ", "code": "HN", "country_code": "HND", "flag": "https://media.zid.store/static/hn.svg" }, { "id": 96, "name": "ูููุบ ูููุบ", "code": "HK", "country_code": "HKG", "flag": "https://media.zid.store/static/hk.svg" }, { "id": 97, "name": "ุงูู ุฌุฑ", "code": "HU", "country_code": "HUN", "flag": "https://media.zid.store/static/hu.svg" }, { "id": 98, "name": "ุขูุณููุฏุง", "code": "IS", "country_code": "ISL", "flag": "https://media.zid.store/static/is.svg" }, { "id": 99, "name": "ุงูููุฏ", "code": "IN", "country_code": "IND", "flag": "https://media.zid.store/static/in.svg" }, { "id": 100, "name": "ุฃูุฏูููุณูุง", "code": "ID", "country_code": "IDN", "flag": "https://media.zid.store/static/id.svg" }, { "id": 102, "name": "ุงูุนุฑุงู", "code": "IQ", "country_code": "IRQ", "flag": "https://media.zid.store/static/iq.svg" }, { "id": 103, "name": "ุฌู ููุฑูุฉ ุฃูุฑููุฏุง", "code": "IE", "country_code": "IRL", "flag": "https://media.zid.store/static/ie.svg" }, { "id": 105, "name": "ุฅูุทุงููุง", "code": "IT", "country_code": "ITA", "flag": "https://media.zid.store/static/it.svg" }, { "id": 106, "name": "ุฌู ุงููุง", "code": "JM", "country_code": "JAM", "flag": "https://media.zid.store/static/jm.svg" }, { "id": 107, "name": "ุงููุงุจุงู", "code": "JP", "country_code": "JPN", "flag": "https://media.zid.store/static/jp.svg" }, { "id": 109, "name": "ูุงุฒุงุฎุณุชุงู", "code": "KZ", "country_code": "KAZ", "flag": "https://media.zid.store/static/kz.svg" }, { "id": 110, "name": "ููููุง", "code": "KE", "country_code": "KEN", "flag": "https://media.zid.store/static/ke.svg" }, { "id": 111, "name": "ููุฑูุจุงุชู", "code": "KI", "country_code": "KIR", "flag": "https://media.zid.store/static/ki.svg" }, { "id": 117, "name": "ูุงุชููุง", "code": "LV", "country_code": "LVA", "flag": "https://media.zid.store/static/lv.svg" }, { "id": 122, "name": "ููุฎุชูุดุชูู", "code": "LI", "country_code": "LIE", "flag": "https://media.zid.store/static/li.svg" }, { "id": 123, "name": "ูุชูุงููุง", "code": "LT", "country_code": "LTU", "flag": "https://media.zid.store/static/lt.svg" }, { "id": 124, "name": "ูููุณู ุจูุฑุบ", "code": "LU", "country_code": "LUX", "flag": "https://media.zid.store/static/lu.svg" }, { "id": 125, "name": "ู ุงูุงู", "code": "MO", "country_code": "MAC", "flag": "https://media.zid.store/static/mo.svg" }, { "id": 129, "name": "ู ุงููุฒูุง", "code": "MY", "country_code": "MYS", "flag": "https://media.zid.store/static/my.svg" }, { "id": 130, "name": "ุงูู ุงูุฏูู", "code": "MV", "country_code": "MDV", "flag": "https://media.zid.store/static/mv.svg" }, { "id": 131, "name": "ู ุงูู", "code": "ML", "country_code": "MLI", "flag": "https://media.zid.store/static/ml.svg" }, { "id": 132, "name": "ู ุงูุทุง", "code": "MT", "country_code": "MLT", "flag": "https://media.zid.store/static/mt.svg" }, { "id": 134, "name": "ู ุงุฑุชูููู", "code": "MQ", "country_code": "MTQ", "flag": "https://media.zid.store/static/mq.svg" }, { "id": 135, "name": "ู ูุฑูุชุงููุง", "code": "MR", "country_code": "MRT", "flag": "https://media.zid.store/static/mr.svg" }, { "id": 137, "name": "ู ุงููุช", "code": "YT", "country_code": "MYT", "flag": "https://media.zid.store/static/yt.svg" }, { "id": 138, "name": "ุงูู ูุณูู", "code": "MX", "country_code": "MEX", "flag": "https://media.zid.store/static/mx.svg" }, { "id": 141, "name": "ู ููุงูู", "code": "MC", "country_code": "MCO", "flag": "https://media.zid.store/static/mc.svg" }, { "id": 142, "name": "ู ูุบูููุง", "code": "MN", "country_code": "MNG", "flag": "https://media.zid.store/static/mn.svg" }, { "id": 143, "name": "ู ููุชุณูุฑุงุช", "code": "MS", "country_code": "MSR", "flag": "https://media.zid.store/static/ms.svg" }, { "id": 146, "name": "ู ูุงูู ุงุฑ", "code": "MM", "country_code": "MMR", "flag": "https://media.zid.store/static/mm.svg" }, { "id": 148, "name": "ูุงูุฑู", "code": "NR", "country_code": "NRU", "flag": "https://media.zid.store/static/nr.svg" }, { "id": 149, "name": "ููุจุงู", "code": "NP", "country_code": "NPL", "flag": "https://media.zid.store/static/np.svg" }, { "id": 150, "name": "ููููุฏุง", "code": "NL", "country_code": "NLD", "flag": "https://media.zid.store/static/nl.svg" }, { "id": 152, "name": "ูุงููุฏูููุง ุงูุฌุฏูุฏุฉ", "code": "NC", "country_code": "NCL", "flag": "https://media.zid.store/static/nc.svg" }, { "id": 153, "name": "ูููุฒูููุฏุง", "code": "NZ", "country_code": "NZL", "flag": "https://media.zid.store/static/nz.svg" }, { "id": 154, "name": "ูููุงุฑุงุฌูุง", "code": "NI", "country_code": "NIC", "flag": "https://media.zid.store/static/ni.svg" }, { "id": 155, "name": "ุงูููุฌุฑ", "code": "NE", "country_code": "NER", "flag": "https://media.zid.store/static/ne.svg" }, { "id": 156, "name": "ููุฌูุฑูุง", "code": "NG", "country_code": "NGA", "flag": "https://media.zid.store/static/ng.svg" }, { "id": 158, "name": "ุฌุฒูุฑุฉ ููุฑูููู", "code": "NF", "country_code": "NFK", "flag": "https://media.zid.store/static/nf.svg" }, { "id": 160, "name": "ุงููุฑููุฌ", "code": "NO", "country_code": "NOR", "flag": "https://media.zid.store/static/no.svg" }, { "id": 162, "name": "ุจุงูุณุชุงู", "code": "PK", "country_code": "PAK", "flag": "https://media.zid.store/static/pk.svg" }, { "id": 163, "name": "ุจุงูุงู", "code": "PW", "country_code": "PLW", "flag": "https://media.zid.store/static/pw.svg" }, { "id": 164, "name": "ุจูู ุง", "code": "PA", "country_code": "PAN", "flag": "https://media.zid.store/static/pa.svg" }, { "id": 166, "name": "ุจุงุฑุงุบูุงู", "code": "PY", "country_code": "PRY", "flag": "https://media.zid.store/static/py.svg" }, { "id": 167, "name": "ุจูุฑู", "code": "PE", "country_code": "PER", "flag": "https://media.zid.store/static/pe.svg" }, { "id": 168, "name": "ุงููููุจูู", "code": "PH", "country_code": "PHL", "flag": "https://media.zid.store/static/ph.svg" }, { "id": 170, "name": "ุจูููุฏุง", "code": "PL", "country_code": "POL", "flag": "https://media.zid.store/static/pl.svg" }, { "id": 171, "name": "ุงูุจุฑุชุบุงู", "code": "PT", "country_code": "PRT", "flag": "https://media.zid.store/static/pt.svg" }, { "id": 172, "name": "ุจูุฑุชูุฑููู", "code": "PR", "country_code": "PRI", "flag": "https://media.zid.store/static/pr.svg" }, { "id": 175, "name": "ุฑูู ุงููุง", "code": "RO", "country_code": "ROM", "flag": "https://media.zid.store/static/ro.svg" }, { "id": 177, "name": "ุฑูุงูุฏุง", "code": "RW", "country_code": "RWA", "flag": "https://media.zid.store/static/rw.svg" }, { "id": 181, "name": "ุณุงู ูุง", "code": "WS", "country_code": "WSM", "flag": "https://media.zid.store/static/ws.svg" }, { "id": 182, "name": "ุณุงู ู ุงุฑููู", "code": "SM", "country_code": "SMR", "flag": "https://media.zid.store/static/sm.svg" }, { "id": 185, "name": "ุงูุณูุบุงู", "code": "SN", "country_code": "SEN", "flag": "https://media.zid.store/static/sn.svg" }, { "id": 188, "name": "ุณูุบุงููุฑุฉ", "code": "SG", "country_code": "SGP", "flag": "https://media.zid.store/static/sg.svg" }, { "id": 190, "name": "ุณููููููุง", "code": "SI", "country_code": "SVN", "flag": "https://media.zid.store/static/si.svg" }, { "id": 192, "name": "ุงูุตูู ุงู", "code": "SO", "country_code": "SOM", "flag": "https://media.zid.store/static/so.svg" }, { "id": 193, "name": "ุฌููุจ ุฃูุฑูููุง", "code": "ZA", "country_code": "ZAF", "flag": "https://media.zid.store/static/za.svg" }, { "id": 195, "name": "ุฅุณุจุงููุง", "code": "ES", "country_code": "ESP", "flag": "https://media.zid.store/static/es.svg" }, { "id": 196, "name": "ุณุฑููุงููุง", "code": "LK", "country_code": "LKA", "flag": "https://media.zid.store/static/lk.svg" }, { "id": 199, "name": "ุงูุณูุฏุงู", "code": "SD", "country_code": "SDN", "flag": "https://media.zid.store/static/sd.svg" }, { "id": 200, "name": "ุณูุฑููุงู ", "code": "SR", "country_code": "SUR", "flag": "https://media.zid.store/static/sr.svg" }, { "id": 203, "name": "ุงูุณููุฏ", "code": "SE", "country_code": "SWE", "flag": "https://media.zid.store/static/se.svg" }, { "id": 204, "name": "ุณููุณุฑุง", "code": "CH", "country_code": "CHE", "flag": "https://media.zid.store/static/ch.svg" }, { "id": 205, "name": "ุณูุฑูุง", "code": "SY", "country_code": "SYR", "flag": "https://media.zid.store/static/sy.svg" }, { "id": 206, "name": "ุชุงููุงู", "code": "TW", "country_code": "TWN", "flag": "https://media.zid.store/static/tw.svg" }, { "id": 207, "name": "ุทุงุฌููุณุชุงู", "code": "TJ", "country_code": "TJK", "flag": "https://media.zid.store/static/tj.svg" }, { "id": 209, "name": "ุชุงูููุฏุง", "code": "TH", "country_code": "THA", "flag": "https://media.zid.store/static/th.svg" }, { "id": 212, "name": "ุชููุบุง", "code": "TO", "country_code": "TON", "flag": "https://media.zid.store/static/to.svg" }, { "id": 215, "name": "ุชุฑููุง", "code": "TR", "country_code": "TUR", "flag": "https://media.zid.store/static/tr.svg" }, { "id": 216, "name": "ุชุฑูู ุงูุณุชุงู", "code": "TM", "country_code": "TKM", "flag": "https://media.zid.store/static/tm.svg" }, { "id": 218, "name": "ุชููุงูู", "code": "TV", "country_code": "TUV", "flag": "https://media.zid.store/static/tv.svg" }, { "id": 219, "name": "ุฃูุบูุฏุง", "code": "UG", "country_code": "UGA", "flag": "https://media.zid.store/static/ug.svg" }, { "id": 220, "name": "ุฃููุฑุงููุง", "code": "UA", "country_code": "UKR", "flag": "https://media.zid.store/static/ua.svg" }, { "id": 222, "name": "ุงูู ู ููุฉ ุงูู ุชุญุฏุฉ", "code": "GB", "country_code": "GBR", "flag": "https://media.zid.store/static/gb.svg" }, { "id": 223, "name": "ุงูููุงูุงุช ุงูู ุชุญุฏุฉ", "code": "US", "country_code": "USA", "flag": "https://media.zid.store/static/us.svg" }, { "id": 225, "name": "ุฃูุฑุบูุงู", "code": "UY", "country_code": "URY", "flag": "https://media.zid.store/static/uy.svg" }, { "id": 226, "name": "ุฃูุฒุจุงูุณุชุงู", "code": "UZ", "country_code": "UZB", "flag": "https://media.zid.store/static/uz.svg" }, { "id": 227, "name": "ูุงููุงุชู", "code": "VU", "country_code": "VUT", "flag": "https://media.zid.store/static/vu.svg" }, { "id": 229, "name": "ููุฒูููุง", "code": "VE", "country_code": "VEN", "flag": "https://media.zid.store/static/ve.svg" }, { "id": 230, "name": "ููุชูุงู ", "code": "VN", "country_code": "VNM", "flag": "https://media.zid.store/static/vn.svg" }, { "id": 235, "name": "ุงููู ู", "code": "YE", "country_code": "YEM", "flag": "https://media.zid.store/static/ye.svg" }, { "id": 239, "name": "ุฒู ุจุงุจูู", "code": "ZW", "country_code": "ZWE", "flag": "https://media.zid.store/static/zw.svg" }, { "id": 242, "name": "ุงูุฌุจู ุงูุฃุณู", "code": "ME", "country_code": "MNE", "flag": "https://media.zid.store/static/me.svg" }, { "id": 243, "name": "ุฌู ููุฑูุฉ ุตุฑุจูุง", "code": "RS", "country_code": "SRB", "flag": "https://media.zid.store/static/rs.svg" }, { "id": 247, "name": "ููุณุทูู", "code": "PS", "country_code": "PSE", "flag": "https://media.zid.store/static/ps.svg" }, { "id": 248, "name": "ุฌููุจ ุงูุณูุฏุงู", "code": "SS", "country_code": "SSD", "flag": "https://media.zid.store/static/ss.svg" }, { "id": 254, "name": "ุฌุฒูุฑุฉ ู ุงู", "code": "IM", "country_code": "IMN", "flag": "https://media.zid.store/static/im.svg" } ], "message": { "type": "object", "code": null, "name": null, "description": null } }
Modified atย 2025-02-06 05:36:08