Retrieve online JSON data

Some online JSON sketches I’ve got for p5.js: :cowboy_hat_face:

  1. Bl.ocks.org/GoSubRoutine/5fbc03e019c53254a2ba7e7fd3318b45
  2. Bl.ocks.org/GoSubRoutine/7a567f0510b338b6d0fc1ef53f24f10e
  3. Bl.ocks.org/GoSubRoutine/9aa9cd00000e331612c8e557b5dd28f0

https://api.Archives-Ouvertes.fr/search/?q=:&rows=0&facet=true&facet.field=structHasAuthIdHal_fs&facet.prefix=_&wt=json&facet.limit=30

{
  "response": {
    "numFound": 1608268,
    "start": 0,
    "docs": []
  },
  "facet_counts": {
    "facet_queries": {},
    "facet_fields": {
      "structHasAuthIdHal_fs": []
    },
    "facet_ranges": {},
    "facet_intervals": {},
    "facet_heatmaps": {}
  }
}
1 Like