search software 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
- author: 'smith': Search for author named Smith
- keyword': 'dynamic': Search for keyword dynamic associated with the software
- programming_language: 'python': Search for software based on the programming language python
Search fields
- Anywhere: Includes ab, au, sw, ut
- Author name: Author name
- Description: Text describing the software
- Keyword: Keywords
- Main fields: Main fields of the software (given by first two MSC digits)
- Programming language: Programming language the software is written in
- Software name: Software name
- swMATH ID: swMATH software ID
Query parameters
Includes ab, au, sw, ut
Includes ab, au, sw, ut
Author name
Author name
Text describing the software
Text describing the software
Keywords
Keywords
Main fields of the software (given by first two MSC digits)
Main fields of the software (given by first two MSC digits)
Programming language the software is written in
Programming language the software is written in
Software name
Software name
swMATH software ID
swMATH software ID
Response
Successful Response
Example response
{
"result": [
{
"articles_count": 3242,
"authors": [
"GAP Group"
],
"classification": [
"05",
"14",
"16",
"20",
"68",
"00",
"01",
"03",
"06",
"08",
"11",
"12",
"13",
"15",
"17",
"18",
"19",
"22",
"26",
"28",
"30",
"32",
"33",
"34",
"35",
"37",
"40",
"42",
"43",
"45",
"46",
"47",
"49",
"51",
"52",
"53",
"54",
"55",
"57",
"58",
"60",
"62",
"65",
"70",
"74",
"76",
"81",
"82",
"83",
"90",
"91",
"92",
"93",
"94",
"97"
],
"description": "GAP is a system for computational discrete algebra, with particular emphasis on Computational Group Theory. GAP provides a programming language, a library of thousands of functions implementing algebraic algorithms written in the GAP language as well as large data libraries of algebraic objects. See also the overview and the description of the mathematical capabilities. GAP is used in research and teaching for studying groups and their representations, rings, vector spaces, algebras, combinatorial structures, and more. The system, including source, is distributed freely. You can study and easily modify or extend it for your special use. Computer algebra system (CAS).",
"homepage": "https://www.gap-system.org/",
"id": 320,
"keywords": [
"orms",
"type system",
"method selection",
"CAS"
],
"name": "GAP",
"operating_systems": "Linux, Unix, Mac OS X, Windows",
"orms_id": "230",
"related_software": [
{
"id": 320,
"name": "GAP",
"value": 3242
},
{
"id": 540,
"name": "Magma",
"value": 398
},
{
"id": 825,
"name": "SageMath",
"value": 134
},
{
"id": 4235,
"name": "CHEVIE",
"value": 107
},
{
"id": 611,
"name": "nauty",
"value": 85
},
{
"id": 7516,
"name": "GRAPE",
"value": 78
},
{
"id": 640,
"name": "numericalsgps",
"value": 69
},
{
"id": 866,
"name": "SINGULAR",
"value": 64
},
{
"id": 545,
"name": "Maple",
"value": 58
},
{
"id": 7248,
"name": "OEIS",
"value": 57
},
{
"id": 554,
"name": "Mathematica",
"value": 47
},
{
"id": 8642,
"name": "CTblLib",
"value": 42
},
{
"id": 7728,
"name": "LOOPS",
"value": 39
},
{
"id": 4870,
"name": "HAP",
"value": 36
},
{
"id": 4906,
"name": "MeatAxe",
"value": 35
},
{
"id": 680,
"name": "PARI/GP",
"value": 34
},
{
"id": 537,
"name": "Macaulay2",
"value": 34
},
{
"id": 23170,
"name": "GitHub",
"value": 32
},
{
"id": 6905,
"name": "Mace4",
"value": 26
}
],
"standard_articles": [
{
"authors": [
"Linton, Stephen A."
],
"id": 7245494,
"source": "zbMATH Open Web Interface contents unavailable due to conflicting licenses.",
"title": "zbMATH Open Web Interface contents unavailable due to conflicting licenses.",
"year": "2018"
},
{
"authors": [
"Joyner, David"
],
"id": 6408627,
"source": "zbMATH Open Web Interface contents unavailable due to conflicting licenses.",
"title": "zbMATH Open Web Interface contents unavailable due to conflicting licenses.",
"year": "2009"
},
{
"authors": [
"Breuer, Thomas",
"Linton, Steve"
],
"id": 1262425,
"source": "zbMATH Open Web Interface contents unavailable due to conflicting licenses.",
"title": "zbMATH Open Web Interface contents unavailable due to conflicting licenses.",
"year": "1998"
}
]
}
],
"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.