1returns the last 100 featured glifs on [Glif](https://glif.app) but with a simplified response shape; I use this in other glifs with the WebFetcher block
2
3use like: https://jamiedubs-glifs.web.val.run/
4
5to fetch info for a single glif, try [@jamiedubs/glifJson](https://www.val.town/v/jamiedubs/glifJson)
6
7#glif #glifs
1Migrated from folder: rss/fetchRssParser
9
10
11It would be awesome if it knew how to use other APIs and make `fetch` calls to them, but it has been [failing at that](https://chat.openai.com/share/428183eb-8e6d-4008-b295-f3b0ef2bedd2).
12
13## Limitations
1Migrated from folder: JavaScript_Weekly_Email/fetchJavascriptWeeklyIssues
1Migrated from folder: lunchMenu/fetchDOEMenu
1fetches a simplified version of a [Glif](https://glif.app) response object; I use this in other glifs with the WebFetcher block
2
3use like:
4https://jamiedubs-glifjson.web.val.run/?id=clgh1vxtu0011mo081dplq3xs
5
6to fetch only the raw glif JSON, specify `?data=1`:
7https://jamiedubs-glifjson.web.val.run/?id=clgh1vxtu0011mo081dplq3xs&data=1
8
9to fetch a list of recently featured glifs try [@jamiedubs/glifs](https://www.val.town/v/jamiedubs/glifs)
10
11#glif #glifs
1Migrated from folder: External_APIs/DateMeDocs/fetchDateMeProfiles
1Migrated from folder: External_APIs/DateMeDocs/fetchTable
1Migrated from folder: utils/fetchHtmlDom
1Migrated from folder: image_upscaler/fetchImageAsBase64