You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.9 KiB

  1. JSON intended to get all forms
  2. https: //waterproofing.geog.uni-heidelberg.de/api/hot/capability
  3. {
  4. "responseTimestamp": "2021-08-05T19:23:50.126Z",
  5. "responseData": {
  6. "array_to_json": [
  7. {
  8. "code": "FLOODZONES_OFFICIAL",
  9. "name": "Flooding susceptible areas",
  10. "description": "CPRM areas with classes of susceptibility to flooding",
  11. "source": "CPRM"
  12. },
  13. {
  14. "code": "PLUVIOMETERS_OFFICIAL",
  15. "name": "Pluviometer stations",
  16. "description": "Rainfall stations",
  17. "source": "CEMADEN"
  18. },
  19. {
  20. "code": "WEATHER_FORECAST",
  21. "name": "Weather forecast",
  22. "description": "Weather forecast",
  23. "source": "Climatempo"
  24. },
  25. {
  26. "code": "FLOODZONES_FORM",
  27. "name": "Flood Zones",
  28. "description": "FloodZones Form",
  29. "source": "citizen"
  30. },
  31. {
  32. "code": "PLUVIOMETER_FORM",
  33. "name": "Pluviometer",
  34. "description": "Pluviometers Form",
  35. "source": "citizen"
  36. },
  37. {
  38. "code": "RAIN_FORM",
  39. "name": "Rain",
  40. "description": "Rain zones Form",
  41. "source": "citizen"
  42. },
  43. {
  44. "code": "RIVERFLOOD_FORM",
  45. "name": "River Flood",
  46. "description": "River Flood Form",
  47. "source": "citizen"
  48. },
  49. {
  50. "code": "PLUVIOMETER_REGISTRATION",
  51. "name": "Pluviometer registration",
  52. "description": "Pluviometer registration",
  53. "source": "citizen"
  54. }
  55. ]
  56. },
  57. "success": true
  58. }