1

I am running this endpoint https://www.datos.gov.co/resource/qx3q-zr7u.json?limit=1000

I put a limit of a thousand records but I receive the following message

Unrecognized arguments [limit]

1 Answers1

2

You need to add the $ symbol before the query keyword. This query will work:

https://www.datos.gov.co/resource/qx3q-zr7u.json?$limit=1000
Tom Schenk Jr
  • 478
  • 2
  • 8