Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. ]# curl https://api.linode.com/v4/regions | python -mjson.tool
  2. % Total % Received % Xferd Average Speed Time Time Time Current
  3. Dload Upload Total Spent Left Speed
  4. 100 418 100 418 0 0 2228 0 --:--:-- --:--:-- --:--:-- 2235
  5. {
  6. "data": [
  7. {
  8. "country": "us",
  9. "id": "us-south-1a"
  10. },
  11. {
  12. "country": "us",
  13. "id": "us-west-1a"
  14. },
  15. {
  16. "country": "us",
  17. "id": "us-southeast-1a"
  18. },
  19. {
  20. "country": "us",
  21. "id": "us-east-1a"
  22. },
  23. {
  24. "country": "uk",
  25. "id": "eu-west-1a"
  26. },
  27. {
  28. "country": "sg",
  29. "id": "ap-south-1a"
  30. },
  31. {
  32. "country": "de",
  33. "id": "eu-central-1a"
  34. },
  35. {
  36. "country": "jp",
  37. "id": "ap-northeast-1b"
  38. },
  39. {
  40. "country": "jp",
  41. "id": "ap-northeast-1a"
  42. }
  43. ],
  44. "page": 1,
  45. "pages": 1,
  46. "results": 9
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement