Jump directly to: The Database | Using the database | Technical background
MODS API - v.1.0
ECPO allows accessing its bibliographic metadata via API. The API provides XML records in the MODS 3.6 format (cf. http://www.loc.gov/standards/mods/).
To acces the ECPO MODS API go to:
https://uni-heidelberg.de/ecpo/api/mods/mods_api.php
Record of individual / all magazine(s):
Parameter: mag_id
Value: 0 = all magazines, Number of Magazine
Example: https://uni-heidelberg.de/ecpo/api/mods/mods_api.php?mag_id=4
Records of individual magazine by item-type(s):
Parameter: mods_type
Value: 2 = article, 3 = image, 4 = advertising, 5 = magazine with all items
alternative Parameter: mods_type_text
Value: article, image, advertising, all
Example: https://uni-heidelberg.de/ecpo/api/mods/mods_api.php?mag_id=4&mods_type=2