Health · head-to-head

Covid-19 Datenhub vs Makeup

Covid-19 Datenhub

Robert Koch Institute's ArcGIS Hub aggregating dozens of official German COVID-19 datasets — case, death, vaccination, and hospitalisation figures by Kreis and Bundesland — each independently queryable as a standard Esri ArcGIS REST Feature Service rather than through one unified endpoint. A live query against the flagship RKI_COVID19 FeatureServer (services7.arcgis.com) returns Access-Control-Allow-Origin: *, resolving the stored 'unknown' cors to 'yes'.

Makeup

Makeup API is a free, keyless single-endpoint REST service serving a static catalogue of cosmetics products — lipsticks, foundations, eyeshadows, and more — searchable by brand, product type, category, tag, price, and rating, with per-product image and retailer links. Still live on Heroku with no auth, no published rate limit, and no formal SLA; it's a hobby open-data project rather than a maintained commercial API. A live GET against makeup-api.herokuapp.com/api/v1/products.json succeeds over both http and https with no key, and returns Access-Control-Allow-Origin: * — resolving the stored 'unknown' cors to 'yes' and the stored 'https: false' to 'true'.

Covid-19 DatenhubMakeup
AuthenticationNoneNone
Pricingfreefree
FormatsJSONJSON
CORSyesyes
HTTPSYesYes

More comparisons