Advertisement
nubooya

Untitled

Mar 28th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "code": "success",
  3. "message": "list-regencies",
  4. "meta": {
  5. "limit": 2,
  6. "offset": 2,
  7. "page": 2,
  8. "total": 34,
  9. "total_page": 17,
  10. "sort": [
  11. {
  12. "column": "regency_name",
  13. "order": "asc"
  14. }
  15. ]
  16. },
  17. "data": [
  18. {
  19. "id": "597ae7fc-7b83-40fc-8faf-b1980571066c",
  20. "province_name": "Bangka Belitung",
  21. "regency_name": "Bangka Barat",
  22. "regency_special": false
  23. },
  24. {
  25. "id": "fa479d7e-24a3-431f-86d5-deb1eb8ffdba",
  26. "province_name": "Papua",
  27. "regency_name": "Kota Papua",
  28. "regency_special": true
  29. }
  30. ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement