v1 software
search software meta data by zbMATH style user query
Description
The syntax search allows for free logical combinations of all available search fields. While similar to the structured search, this endpoint offers much more flexibility at the cost of obscure search parameters.
Examples
- sw:Sage*: Search for a specific <strong>s</strong>oft<strong>w</strong>are package containing the sequence <em>Sage</em>.
- ab:geometry & ut:ORMS: Search for software packages with the word <em>geometry</em> in the description(<strong>ab</strong>), and which have the keyword(<strong>ut</strong>) <em>ORMS</em> (Oberwolfach Registry of Mathematical Software).The operator <strong>&</strong> is the default and may be omitted.
- cc:13 | 14: Search for software packages which are cited (<strong>cc</strong>) by articles belonging to the <strong><u>c</u>lassification <u>c</u>ode</strong> sections <em>13</em> and <em>14</em>.
- GAP au:Eick: Search for <em>GAP</em> in the <strong>any</strong> index (which also includes dependencies) and by software <strong><u>au</u>thor</strong> containing the sequence <em>Eick</em>.
- pl:Java & ab:R: Search for software package in the <strong><u>p</u>rogramming <u>l</u>anguage</strong> Java whose description text(<strong>ab</strong>) contains <em>R</em>
Search fields
- any: Includes ab, au, sw, ut
- au: Author name
- ab: Text describing the software
- ut: Keywords
- cc: Main fields of the software (given by first two MSC digits)
- pl: Programming language the software is written in
- sw: Software name
- si: swMATH software ID
Operators
- a & b: Logical and (default)
- a | b: Logical or
- !ab: Logical not
- abc*: Right wildcard
- ab c: Phrase
- (ab c): Term grouping
get/software/_search
Query parameters
search_stringstring required
pageinteger
results_per_pageinteger
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
}
}