wget "http://tommaso-soru.it/coreaas/ranking?abbrev=ICSE" -O ICSE.json
will yield
[
{
"id": 1209,
"name": "International Conference on Software Engineering",
"abbrev": "ICSE",
"rank": "A*"
}
]
wget "http://tommaso-soru.it/coreaas/ranking?abbrev=ISWC" -O ISWC.json
will yield
[
{
"id": 708,
"name": "IEEE International Symposium on Wearable Computing",
"abbrev": "ISWC",
"rank": "A*"
},
{
"id": 1338,
"name": "International Semantic Web Conference",
"abbrev": "ISWC",
"rank": "A"
}
]