Skip to content

Features

Repositories

Some features listed here, loosely correspond to the features of the endpoints defined in the re3data API.

  • retrieve metadata about all repositories
  • retrieve a single repository by its identifier
  • search for repositories with a query string
  • get total count of retrieved repositories
  • filter and retrieve repositories

Return Types

The return types are based on the original XML responses from the API, with additional options for improved usability.

  • Original XML (str)
  • Dataclass representation
  • Response object
  • Dictionary
  • JSON (str)
  • CSV (str)
  • Pandas DataFrame