{"id":21328284,"url":"https://github.com/alumik/dblp-api","last_synced_at":"2026-03-01T16:04:35.286Z","repository":{"id":116554323,"uuid":"330669363","full_name":"alumik/dblp-api","owner":"alumik","description":"A helper package to get information of scholarly articles from DBLP using its public API","archived":false,"fork":false,"pushed_at":"2025-05-13T09:06:11.000Z","size":37,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-12T07:32:20.535Z","etag":null,"topics":["dblp","dblp-api","scholarly-articles"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alumik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-01-18T13:07:59.000Z","updated_at":"2025-07-08T02:28:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"440d98ec-f547-4ec5-8fbf-23a93c67f9a6","html_url":"https://github.com/alumik/dblp-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alumik/dblp-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alumik%2Fdblp-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alumik%2Fdblp-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alumik%2Fdblp-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alumik%2Fdblp-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alumik","download_url":"https://codeload.github.com/alumik/dblp-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alumik%2Fdblp-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T15:41:30.362Z","status":"ssl_error","status_checked_at":"2026-03-01T15:37:07.343Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dblp","dblp-api","scholarly-articles"],"created_at":"2024-11-21T21:26:16.201Z","updated_at":"2026-03-01T16:04:35.271Z","avatar_url":"https://github.com/alumik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DBLP API\n\n![version-0.3.0](https://img.shields.io/badge/version-0.3.0-blue)\n![python-\u003e=3.9](https://img.shields.io/badge/python-\u003e=3.9-blue?logo=python\u0026logoColor=white)\n![GitHub License](https://img.shields.io/github/license/alumik/dblp-api)\n\nA helper package to get information of scholarly articles from [DBLP](https://dblp.uni-trier.de/) using its public API.\n\n## Usage\n\n### General Search\n\n```python\nimport dblp\n\nqueries: list[str] = ...\n\nresults: list[dict] = dblp.search(queries)\n```\n\n### Add China Computer Federation (CCF) Classification\n\n```python\nresults_with_ccf_class: list[dict] = dblp.add_ccf_class(results)\n```\n\n## Examples\n\n### Get Search Results\n\n```python\nimport dblp\n\nqueries = [\n    'Anomaly Detection in Streams with Extreme Value Theory',\n    'Intelligent Detection of Large-Scale KPI Streams Anomaly Based on Transfer Learning',\n    'Unsupervised Anomaly Detection via Variational Auto-Encoder for Seasonal KPIs in Web Applications',\n    'Robust and Unsupervised KPI Anomaly Detection Based on Conditional Variational Autoencoder',\n    'Advances in Cryptography and Secure Hardware for Data Outsourcing',\n]\n\nresults = dblp.search(queries)\n```\n\nThe results will be:\n\n```json\n[\n  {\n    \"authors\": [\n      \"Alban Siffer\",\n      \"Pierre-Alain Fouque\",\n      \"Alexandre Termier\",\n      \"Christine Largouët\"\n    ],\n    \"title\": \"Anomaly Detection in Streams with Extreme Value Theory.\",\n    \"venue\": \"KDD\",\n    \"pages\": \"1067-1075\",\n    \"year\": \"2017\",\n    \"type\": \"Conference and Workshop Papers\",\n    \"access\": \"closed\",\n    \"key\": \"conf/kdd/SifferFTL17\",\n    \"doi\": \"10.1145/3097983.3098144\",\n    \"ee\": \"https://doi.org/10.1145/3097983.3098144\",\n    \"url\": \"https://dblp.org/rec/conf/kdd/SifferFTL17\"\n  },\n  {\n    \"authors\": [\n      \"Xiaoyan Duan\",\n      \"Ningjiang Chen\",\n      \"Yongsheng Xie\"\n    ],\n    \"title\": \"Intelligent Detection of Large-Scale KPI Streams Anomaly Based on Transfer Learning.\",\n    \"venue\": \"Big Data\",\n    \"pages\": \"366-379\",\n    \"year\": \"2019\",\n    \"type\": \"Conference and Workshop Papers\",\n    \"access\": \"closed\",\n    \"key\": \"conf/bdccf/DuanCX19\",\n    \"doi\": \"10.1007/978-981-15-1899-7_26\",\n    \"ee\": \"https://doi.org/10.1007/978-981-15-1899-7_26\",\n    \"url\": \"https://dblp.org/rec/conf/bdccf/DuanCX19\"\n  },\n  {\n    \"authors\": [\n      \"Haowen Xu\",\n      \"Wenxiao Chen\",\n      \"Nengwen Zhao\",\n      \"Zeyan Li\",\n      \"Jiahao Bu\",\n      \"Zhihan Li\",\n      \"Ying Liu 0024\",\n      \"Youjian Zhao\",\n      \"Dan Pei\",\n      \"Yang Feng\",\n      \"Jie Chen\",\n      \"Zhaogang Wang\",\n      \"Honglin Qiao\"\n    ],\n    \"title\": \"Unsupervised Anomaly Detection via Variational Auto-Encoder for Seasonal KPIs in Web Applications.\",\n    \"venue\": \"WWW\",\n    \"pages\": \"187-196\",\n    \"year\": \"2018\",\n    \"type\": \"Conference and Workshop Papers\",\n    \"access\": \"closed\",\n    \"key\": \"conf/www/XuCZLBLLZPFCWQ18\",\n    \"doi\": \"10.1145/3178876.3185996\",\n    \"ee\": \"https://doi.org/10.1145/3178876.3185996\",\n    \"url\": \"https://dblp.org/rec/conf/www/XuCZLBLLZPFCWQ18\"\n  },\n  {\n    \"authors\": [\n      \"Zeyan Li\",\n      \"Wenxiao Chen\",\n      \"Dan Pei\"\n    ],\n    \"title\": \"Robust and Unsupervised KPI Anomaly Detection Based on Conditional Variational Autoencoder.\",\n    \"venue\": \"IPCCC\",\n    \"pages\": \"1-9\",\n    \"year\": \"2018\",\n    \"type\": \"Conference and Workshop Papers\",\n    \"access\": \"closed\",\n    \"key\": \"conf/ipccc/LiCP18\",\n    \"doi\": \"10.1109/PCCC.2018.8710885\",\n    \"ee\": \"https://doi.org/10.1109/PCCC.2018.8710885\",\n    \"url\": \"https://dblp.org/rec/conf/ipccc/LiCP18\"\n  },\n  {\n    \"authors\": [\n      \"Shantanu Sharma 0001\",\n      \"Anton Burtsev\",\n      \"Sharad Mehrotra\"\n    ],\n    \"title\": \"Advances in Cryptography and Secure Hardware for Data Outsourcing.\",\n    \"venue\": \"ICDE\",\n    \"pages\": \"1798-1801\",\n    \"year\": \"2020\",\n    \"type\": \"Conference and Workshop Papers\",\n    \"access\": \"closed\",\n    \"key\": \"conf/icde/0001BM20\",\n    \"doi\": \"10.1109/ICDE48307.2020.00173\",\n    \"ee\": \"https://doi.org/10.1109/ICDE48307.2020.00173\",\n    \"url\": \"https://dblp.org/rec/conf/icde/0001BM20\"\n  }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falumik%2Fdblp-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falumik%2Fdblp-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falumik%2Fdblp-api/lists"}