Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://api.publicapis.org/entries is not returning any response on postman #23

Closed
lexyagi opened this issue Jul 25, 2021 · 1 comment
Closed

Comments

@lexyagi
Copy link

lexyagi commented Jul 25, 2021

I am trying to call this open api https://api.publicapis.org/entries? but it is not returning any response on postman and when accessed via browser it looks like it's empty. Can you kindly assist? Is there anything else I need to set up from my end maybe to call this api?

image

image

@davemachado
Copy link
Owner

davemachado commented Jul 25, 2021

Thanks for reporting! There was a small bug in the configuration file that has now been fixed.

$ curl https://api.publicapis.org/entries | jq
{
  "count": 886,
  "entries": [
    {
      "API": "Axolotl",
      "Description": "Collection of axolotl pictures and facts",
      "Auth": "",
      "HTTPS": true,
      "Cors": "unknown",
      "Link": "https://theaxolotlapi.netlify.app/",
      "Category": "Animals"
    },
    {
      "API": "Cat Facts",
      "Description": "Daily cat facts",
      "Auth": "",
      "HTTPS": true,
      "Cors": "no",
      "Link": "https://alexwohlbruck.github.io/cat-facts/",
      "Category": "Animals"
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants