Ask HN: Does HN's Angolia Search API Still Work?

2 points by kanyethegreat ↗ HN
I'm trying to curl against some of their example URL's (https://hn.algolia.com/api), and I'm not getting any response. Does anyone know if it's been end-of-life'd?

2 comments

[ 3.6 ms ] story [ 14.5 ms ] thread
It is active and worked for me just now.

Make sure to use 'curl -L' to follow the redirect from http to https. 'curl -v' might help you debug.