Socrata was acquired by Tyler Technologies in 2018 and is now the Data and Insights division of Tyler. The platform is still powered by the same software formerly known as Socrata but you will see references to Data & Insights going forward.

XML-RDF Format

The XML output format maps each entry to a <row> element, and each field to it’s own XML entity within that row. For example, the following URL

https://data.cityofchicago.org/resource/tt4n-kn4t.xml?$limit=1

yields:

<response>
  <rows>
    <row _id="row-iy9i-gz3f~gx4b" _uuid="00000000-0000-0000-F9F8-BACC14F5A1AA" _position="0" _address="https://data.cityofchicago.org/resource/tt4n-kn4t/row-iy9i-gz3f~gx4b">
      <name>ABARCA,  ANABEL</name>
      <job_titles>ASST TO THE ALDERMAN</job_titles>
      <department>CITY COUNCIL</department>
      <employee_annual_salary>70764.00</employee_annual_salary>
    </row>
  </rows>
</response>