Hi everyone I am trying to query the information from this website www.datos.gov.co more specifically this set of information. In order to query the information the website provides:
Such a limit is very common by design to avoid that the API is flooded with large data requests. The page you mentioned regarding the dataset links to Socrata API documentation. In there, it has a section about Paging through Data.
The intention of this limit is to avoid too heavy load on the API.
So it is good practise to request small bunches of data and to concatenate them if required.
The parameter offset is for that purpose.