{"id":16457333,"url":"https://github.com/connectedsystems/restful-wos","last_synced_at":"2026-06-13T00:31:16.246Z","repository":{"id":58899637,"uuid":"164374306","full_name":"ConnectedSystems/restful-wos","owner":"ConnectedSystems","description":"RESTful API Client for the Web of Science","archived":false,"fork":false,"pushed_at":"2022-09-10T13:26:37.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-18T18:31:28.657Z","etag":null,"topics":["api-client","bibliographic-database","restful-api","science-data","web-of-science"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ConnectedSystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-07T03:40:00.000Z","updated_at":"2022-09-09T04:37:21.000Z","dependencies_parsed_at":"2023-01-18T03:00:19.875Z","dependency_job_id":null,"html_url":"https://github.com/ConnectedSystems/restful-wos","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ConnectedSystems/restful-wos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnectedSystems%2Frestful-wos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnectedSystems%2Frestful-wos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnectedSystems%2Frestful-wos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnectedSystems%2Frestful-wos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConnectedSystems","download_url":"https://codeload.github.com/ConnectedSystems/restful-wos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnectedSystems%2Frestful-wos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34268187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api-client","bibliographic-database","restful-api","science-data","web-of-science"],"created_at":"2024-10-11T10:30:24.098Z","updated_at":"2026-06-13T00:31:16.200Z","avatar_url":"https://github.com/ConnectedSystems.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# restful-wos\n\nA client for Clarivate Analytics' Web of Science RESTful API.\n\nCurrently requests and extracts data in RIS format.\n\n\n## Installation\n\nFrom PyPI via pip\n\n```bash\n$ pip install restful-wos\n```\n\n\nLatest development version:\n\n```bash\n$ git clone git+https://github.com/ConnectedSystems/restful-wos.git\n$ cd restful-wos\n$ pip install -e .\n```\n\n## Usage\n\nFirstly, put your Web of Science access tokens into a yaml file in the following format:\n\n```yaml\nrestful_wos:\n  wos_lite: YOUR ACCESS TOKEN FOR THE `LITE` API\n  wos_expanded: YOUR ACCESS TOKEN FOR THE `EXPANDED` API\n```\n\nThen simply pass in the location of the file to the RESTful client:\n\n```python\nimport restful_wos\n\n# Create client and send query\nclient = restful_wos.RESTClient('config.yml')\nsearch_request = 'TS=(uncertain* AND (catchment OR watershed OR water))'\nresp = client.query(search_request, time_span=('2018-11-01', '2018-12-31'))\n\n# Convert parsed responses into RIS records\nris_data = restful_wos.to_ris_text(resp)\n\n# Output to a txt file\nrestful_wos.write_file(ris_data, 'ris_output', overwrite=True)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnectedsystems%2Frestful-wos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnectedsystems%2Frestful-wos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnectedsystems%2Frestful-wos/lists"}