search serial meta data by descriptive field names
Description
For searching in zbMATH you may employ the Structured Search for convenient combination of all search fields. While similar to the 1-line syntax search, this endpoint offers much more convenience and transparency which fields are searched at the cost of search flexibility.
Examples
- title: 'Annals of Mathematics': Search for journal title phrase
- year: '1800-1899': Search for 19th century serials
Search fields
- Anywhere: Includes cc, cy, jt, la, li, pu, sn
- Country: Country of the publisher (use name, e.g., <em>cy:France</em>, or <a href='https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes'>ISO 3166-1</a> codes, e.g., <em>cy:FR</em>)
- ISSN: International Standard Serial Number (ISSN)
- Language: Languages of indexed documents (<em>la:French</em>, or <a href='https://en.wikipedia.org/wiki/ISO_639-1'>ISO 639-1</a> codes, e.g., <em>la:FR</em>)
- Main fields: Main fields of the serial (given by first two MSC digits)
- Publisher: Name/location of the publisher or editorial institution
- Serial ID: zbMATH serial ID
- Serial type: Type: journal (<em>tp:j</em>), book series (<em>tp:b</em>)
- State: State: open access (<em>st:o</em>), currently indexed (<em>st:v</em>), indexed cover to cover (<em>st:t</em>), is cited (<em>st:c</em>), has references (<em>st:r</em>)
- Title: Title, acronym or short title
- URL: External link (URL)
- Year: Time period the serial has been active (interval search with “-”)
Query parameters
pagination for result page
pagination for result page
Includes cc, cy, jt, la, li, pu, sn
Includes cc, cy, jt, la, li, pu, sn
Country of the publisher (use name, e.g., <em>cy:France</em>, or <a href='https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes'>ISO 3166-1</a> codes, e.g., <em>cy:FR</em>)
Country of the publisher (use name, e.g., <em>cy:France</em>, or <a href='https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes'>ISO 3166-1</a> codes, e.g., <em>cy:FR</em>)
International Standard Serial Number (ISSN)
International Standard Serial Number (ISSN)
Languages of indexed documents (<em>la:French</em>, or <a href='https://en.wikipedia.org/wiki/ISO_639-1'>ISO 639-1</a> codes, e.g., <em>la:FR</em>)
Languages of indexed documents (<em>la:French</em>, or <a href='https://en.wikipedia.org/wiki/ISO_639-1'>ISO 639-1</a> codes, e.g., <em>la:FR</em>)
Main fields of the serial (given by first two MSC digits)
Main fields of the serial (given by first two MSC digits)
Name/location of the publisher or editorial institution
Name/location of the publisher or editorial institution
zbMATH serial ID
zbMATH serial ID
Type: journal (<em>tp:j</em>), book series (<em>tp:b</em>)
Type: journal (<em>tp:j</em>), book series (<em>tp:b</em>)
State: open access (<em>st:o</em>), currently indexed (<em>st:v</em>), indexed cover to cover (<em>st:t</em>), is cited (<em>st:c</em>), has references (<em>st:r</em>)
State: open access (<em>st:o</em>), currently indexed (<em>st:v</em>), indexed cover to cover (<em>st:t</em>), is cited (<em>st:c</em>), has references (<em>st:r</em>)
Title, acronym or short title
Title, acronym or short title
External link (URL)
External link (URL)
Time period the serial has been active (interval search with “-”)
Time period the serial has been active (interval search with “-”)
Response
Successful Response
Example response
{
"result": [
{
"comments": [
"No longer indexed",
"Published electronic only as of 2004.\nThis journal is available open access."
],
"countries": [
{
"code": "CH",
"country": "Switzerland"
}
],
"id": 3191,
"issn": [
{
"number": "1687-1847",
"type": "electronic"
}
],
"languages": {
"documents": [
{
"code": "EN",
"language": "English"
}
],
"abstracts": [
{
"code": "EN",
"language": "English"
}
]
},
"lineage": {
"predecessors": [
10365
],
"successors": [
4683
]
},
"main_fields": [
{
"count": 4459,
"field": "34",
"percent": 27.806186081317037,
"percentile": 27.806186081317037
},
{
"count": 1415,
"field": "39",
"percent": 8.823896233474683,
"percentile": 36.63008231479172
}
],
"online_availability": "2011 - // 2004 -",
"publisher": "Springer International Publishing (SpringerOpen), Cham",
"serial_type": "j",
"short_title": "Adv. Difference Equ.",
"states": [
{
"code": "r",
"text": "has references"
},
{
"code": "e",
"text": "electronic only"
},
{
"code": "o",
"text": "open access"
},
{
"code": "c",
"text": "is cited"
}
],
"sub_series": [],
"title": "Advances in Difference Equations",
"translation": {
"translated_from": [],
"translated_to": [
3880
]
},
"urls": [
"https://link.springer.com/journal/13662/volumes-and-issues",
"https://advancesindifferenceequations.springeropen.com",
"http://www.emis.de/journals/HOA/ADE/"
],
"zbmath_start": "2004",
"zbmath_stop": "2021",
"zbmath_years": [
2004,
2005,
2006,
2007,
2008,
2009,
2010,
2011,
2012,
2013,
2014,
2015,
2016,
2017,
2018,
2019,
2020,
2021
]
}
],
"status": {
"execution": "successful request",
"execution_bool": true,
"internal_code": "dev id to find bugs",
"last_id": 1000000,
"nr_total_results": 4832479,
"nr_request_results": 100,
"query_execution_time_in_seconds": 0.000001,
"status_code": 200,
"time_stamp": 3.14
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.