{"id":21198546,"url":"https://github.com/natlibfi/skosmos-client","last_synced_at":"2025-07-10T05:33:15.167Z","repository":{"id":53939884,"uuid":"153259320","full_name":"NatLibFi/Skosmos-client","owner":"NatLibFi","description":"Python client library for accessing Skosmos REST API","archived":false,"fork":false,"pushed_at":"2024-08-02T08:54:49.000Z","size":28,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-13T14:14:39.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NatLibFi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-16T09:30:20.000Z","updated_at":"2022-11-06T13:40:54.000Z","dependencies_parsed_at":"2022-08-13T05:10:22.248Z","dependency_job_id":null,"html_url":"https://github.com/NatLibFi/Skosmos-client","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLibFi%2FSkosmos-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLibFi%2FSkosmos-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLibFi%2FSkosmos-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLibFi%2FSkosmos-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NatLibFi","download_url":"https://codeload.github.com/NatLibFi/Skosmos-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225622927,"owners_count":17498168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-20T19:52:06.379Z","updated_at":"2024-11-20T19:52:07.095Z","avatar_url":"https://github.com/NatLibFi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skosmos-client\n\nThis is a Python 3.x client library for accessing\n[Skosmos](http://skosmos.org) REST API endpoints such as the [Finto\nAPI](http://api.finto.fi). The API can be used to get information about\nvocabularies, look up and search for concepts and to retrieve information\nabout individual concepts.\n\n## Installation\n\nThe easiest way to install is via pip:\n\n    pip3 install skosmos-client\n\n## Dependencies\n\nThe library depends on the\n[requests](http://docs.python-requests.org/en/master/#) module which is used\nfor HTTP/REST access. If you install this via pip, the dependencies will be\nhandled automatically.\n\n## How to use\n\nThe client library comes with examples demonstrating its usage. You can invoke\nthe example simply by running the [skosmos_client.py](skosmos_client.py) script.\n\nIn your own code, you can use the SkosmosClient class like this:\n\n    from skosmos_client import SkosmosClient\n\n    # then you can create your own client\n    skosmos = SkosmosClient()\n\n## Example invocation\n\nHere is the output from a typical example session:\n\n    $ ./skosmos_client.py\n    Demonstrating usage of SkosmosClient\n\n    * Creating a SkosmosClient object\n    Now we have a SkosmosClient object: SkosmosClient(api_base='http://api.finto.fi/rest/v1/')\n\n    * Finding the available vocabularies\n    Vocabulary id: afo              title: AFO - Natural resource and environment ontology\n    Vocabulary id: allars           title: Allärs - General thesaurus in Swedish\n    Vocabulary id: cn               title: Finnish Corporate Names\n    Vocabulary id: ic               title: Iconclass\n    Vocabulary id: iptc             title: IPTC NewsCodes\n    Vocabulary id: juho             title: JUHO - Julkishallinnon ontologia\n    Vocabulary id: jupo             title: JUPO - Finnish Ontology for Public Administration Services\n    Vocabulary id: kassu            title: Kassu - Finnish Names of Plants\n    Vocabulary id: kauno            title: KAUNO - ontology for fiction\n    Vocabulary id: keko             title: KEKO - Ontology for Education for Sustainable Development\n    Vocabulary id: kito             title: KITO - Kirjallisuudentutkimuksen ontologia\n    Vocabulary id: koko             title: KOKO Ontology\n    Vocabulary id: kto              title: KTO - Kielitieteen ontologia\n    Vocabulary id: kulo             title: KULO - Kulttuurien tutkimuksen ontologia\n    Vocabulary id: lapponica        title: Lapponica\n    Vocabulary id: lexvo            title: Lexvo - ISO 639-3 language codes\n    Vocabulary id: liiko            title: LIIKO - Liikenteen ontologia\n    Vocabulary id: liito            title: LIITO - Liiketoimintaontologia\n    Vocabulary id: maotao           title: MAO/TAO - Ontology for Museum Domain and Applied Arts\n    Vocabulary id: mesh             title: Medical Subject Headings\n    Vocabulary id: mts              title: Metatietosanasto\n    Vocabulary id: musa             title: MUSA/CILLA - Finnish Music Thesaurus\n    Vocabulary id: muso             title: MUSO - Ontology for Music\n    Vocabulary id: oiko             title: OIKO - Oikeushallinnon ontologia\n    Vocabulary id: okm-tieteenala   title: Korkeakoulujen tutkimustiedonkeruussa käytettävä tieteenalaluokitus\n    Vocabulary id: ponduskategorier title: Pondus categories\n    Vocabulary id: pto              title: PTO - Finnish Geospatial Domain Ontology\n    Vocabulary id: ptvl             title: Julkisten palvelujen luokitus\n    Vocabulary id: puho             title: PUHO - Puolustushallinnon ontologia\n    Vocabulary id: seko             title: SEKO - Suomalainen esityskokoonpanosanasto\n    Vocabulary id: slm              title: Suomalainen lajityyppi- ja muotosanasto\n    Vocabulary id: tero             title: TERO - Finnish Ontology of Health and Welfare\n    Vocabulary id: tsr              title: TSR ontology\n    Vocabulary id: tt               title: Tietotermit\n    Vocabulary id: ucum             title: UCUM - The Unified Code for Units of Measure\n    Vocabulary id: valo             title: VALO - The Finnish Ontology of Photography\n    Vocabulary id: ysa              title: YSA - General Finnish thesaurus\n    Vocabulary id: yse              title: YSAn ja YSOn käsite-ehdotukset\n    Vocabulary id: yso              title: YSO - General Finnish ontology\n    Vocabulary id: yso-paikat       title: YSO places\n\n    * Searching for concepts globally in all vocabularies\n    {'prefLabel': 'Stockholm', 'lang': 'en', 'uri': 'http://www.yso.fi/onto/yso/p105464', 'type': ['skos:Concept'], 'vocab': 'yso-paikat'}\n    {'prefLabel': 'Stockholm archipelago', 'lang': 'en', 'uri': 'http://www.yso.fi/onto/yso/p108598', 'type': ['skos:Concept'], 'vocab': 'yso-paikat'}\n    {'lang': 'en', 'uri': 'http://urn.fi/URN:NBN:fi:au:cn:61010A', 'vocab': 'cn', 'type': ['skos:Concept', 'http://rdaregistry.info/Elements/c/C10005'], 'altLabel': 'Stockholm County Council'}\n    {'lang': 'en', 'uri': 'http://urn.fi/URN:NBN:fi:au:cn:29584A', 'vocab': 'cn', 'type': ['skos:Concept', 'http://rdaregistry.info/Elements/c/C10005'], 'altLabel': 'Stockholm International Peace Research Institute'}\n    {'lang': 'en', 'uri': 'http://urn.fi/URN:NBN:fi:au:cn:195071A', 'vocab': 'cn', 'type': ['skos:Concept', 'http://rdaregistry.info/Elements/c/C10005'], 'altLabel': 'Stockholm School of Economics'}\n\n    * Searching for concepts within a single vocabulary\n    {'prefLabel': 'cosmologists', 'uri': 'http://www.yso.fi/onto/yso/p27082', 'localname': 'p27082', 'hiddenLabel': 'cosmologist', 'lang': 'en', 'type': ['skos:Concept', 'http://www.yso.fi/onto/yso-meta/Concept'], 'vocab': 'yso'}\n    {'prefLabel': 'cosmologists', 'uri': 'http://www.yso.fi/onto/yso/p27082', 'localname': 'p27082', 'lang': 'en', 'type': ['skos:Concept', 'http://www.yso.fi/onto/yso-meta/Concept'], 'vocab': 'yso'}\n    {'prefLabel': 'cosmology', 'uri': 'http://www.yso.fi/onto/yso/p7160', 'localname': 'p7160', 'lang': 'en', 'type': ['skos:Concept', 'http://www.yso.fi/onto/yso-meta/Concept'], 'vocab': 'yso'}\n\n    * Looking up all information about a particular concept\n    Got 168 triples of data\n    \u003chttp://www.yso.fi/onto/tero/p127\u003e has label \"theories\"@en\n    \u003chttp://www.yso.fi/onto/tero/p352\u003e has label \"sciences\"@en\n    \u003chttp://www.yso.fi/onto/yso/p20188\u003e has label \"astrophysics\"@en\n    \u003chttp://www.yso.fi/onto/yso/p4403\u003e has label \"universe\"@en\n    \u003chttp://www.yso.fi/onto/yso/p26588\u003e has label \"06 Astronomy. Space Research\"@en\n    \u003chttp://www.yso.fi/onto/yso/p352\u003e has label \"sciences (branches of science)\"@en\n    \u003chttp://www.yso.fi/onto/yso/p28351\u003e has label \"cosmography\"@en\n    \u003chttp://www.yso.fi/onto/yso/p127\u003e has label \"theories (formulations)\"@en\n    \u003chttp://www.yso.fi/onto/yso/p21501\u003e has label \"big bang\"@en\n    \u003chttp://www.yso.fi/onto/yso/p7160\u003e has label \"cosmology\"@en\n    \u003chttp://www.yso.fi/onto/yso/p127\u003e has label \"theories\"@en\n    \u003chttp://www.yso.fi/onto/yso/NY144307\u003e has label \"big bang\"@en\n    \u003chttp://www.yso.fi/onto/yso/p2872\u003e has label \"origin of universe\"@en\n    \u003chttp://www.yso.fi/onto/yso/p2872\u003e has label \"origin of the universe\"@en\n    \u003chttp://www.yso.fi/onto/yso/p352\u003e has label \"sciences\"@en\n    \u003chttp://www.yso.fi/onto/yso/p26545\u003e has label \"02 Philosophy\"@en\n\n    * Looking up information about types within a vocabulary\n    {'uri': 'http://www.w3.org/2004/02/skos/core#Concept', 'label': 'Concept'}\n    {'uri': 'http://www.w3.org/2004/02/skos/core#Collection', 'label': 'Collection'}\n    {'uri': 'http://purl.org/iso25964/skos-thes#ConceptGroup', 'label': 'Concept group'}\n    {'uri': 'http://purl.org/iso25964/skos-thes#ThesaurusArray', 'label': 'Array of sibling concepts'}\n    {'uri': 'http://www.yso.fi/onto/yso-meta/Concept', 'label': 'General concept', 'superclass': 'http://www.w3.org/2004/02/skos/core#Concept'}\n    {'uri': 'http://www.yso.fi/onto/yso-meta/Individual', 'label': 'Individual concept', 'superclass': 'http://www.w3.org/2004/02/skos/core#Concept'}\n    {'uri': 'http://www.yso.fi/onto/yso-meta/Hierarchy', 'label': 'Hierarchical concept', 'superclass': 'http://www.w3.org/2004/02/skos/core#Concept'}\n\n    * Looking up information about a particular vocabulary\n    conceptschemes      : [{'title': 'YSO - General Finnish ontology', 'subject': {'prefLabel': 'general concepts', 'uri': 'http://www.yso.fi/onto/yso/p19469'}, 'label': 'YSO - General Finnish ontology', 'uri': 'http://www.yso.fi/onto/yso/', 'type': 'skos:ConceptScheme'}, {'uri': 'http://www.yso.fi/onto/yso/aggregateconceptscheme', 'type': 'skos:ConceptScheme'}, {'uri': 'http://www.yso.fi/onto/yso/deprecatedconceptscheme', 'type': 'skos:ConceptScheme'}]\n    defaultLanguage     : fi\n    id                  : yso\n    languages           : ['en', 'fi', 'sv']\n    title               : YSO - General Finnish ontology\n\n    * Looking up top level concepts for a vocabulary\n    {'uri': 'http://www.yso.fi/onto/yso/p15238', 'topConceptOf': 'http://www.yso.fi/onto/yso/', 'label': 'events and action', 'hasChildren': True}\n    {'uri': 'http://www.yso.fi/onto/yso/p8691', 'topConceptOf': 'http://www.yso.fi/onto/yso/', 'label': 'properties', 'hasChildren': True}\n    {'uri': 'http://www.yso.fi/onto/yso/p4762', 'topConceptOf': 'http://www.yso.fi/onto/yso/', 'label': 'objects', 'hasChildren': True}\n\n    * Looking up a concept by its label\n    [{'prefLabel': 'cosmology', 'uri': 'http://www.yso.fi/onto/yso/p7160', 'localname': 'p7160', 'lang': 'en', 'type': ['skos:Concept', 'http://www.yso.fi/onto/yso-meta/Concept'], 'vocab': 'yso'}]\n\n    * Looking up the thematic groups of a vocabulary\n    {'prefLabel': '00 General Terms', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26556'}\n    {'prefLabel': '02 Philosophy', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26545'}\n    {'prefLabel': '04 Mathematics. Statistics', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26574'}\n    {'prefLabel': '06 Astronomy. Space Research', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26588'}\n    {'prefLabel': '07 Physics', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26565'}\n    {'prefLabel': '09 Chemistry', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26531'}\n    {'prefLabel': '11 Geography. Cartography. Geodesy. Geology. Palaeontology', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26535'}\n    {'prefLabel': '13 Hydrology', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26580'}\n    {'prefLabel': '14 Climatology. Meteorology', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26587'}\n    {'prefLabel': '15 Biology. Microbiology. Genetics. Anthropology', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26579'}\n    {'prefLabel': '16 Botany', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26533'}\n    {'prefLabel': '17 Zoology', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26529'}\n    {'prefLabel': '18 Nature Protection. Environmental Conservation. Environment. Waste', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26560'}\n    {'prefLabel': '19 Energy. Fuels', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26566'}\n    {'prefLabel': '21 Forestry. Silviculture', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26537'}\n    {'prefLabel': '22 Agriculture. Farming. Horticulture. Animal Husbandry', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26528'}\n    {'prefLabel': '23 Fishery. Hunting', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26561'}\n    {'prefLabel': '24 Nutrition. Restaurant Sector. Food Sector. Accommodation Sector. Domestic economy', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26555'}\n    {'prefLabel': '26 Textile Industry. Clothing Industry. Footwear Industry. Leather Industry. Fur Industry', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26578'}\n    {'prefLabel': '28 Forest Industry. Pulp and Paper Industry. Paper Industry. Wood Industry', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26585'}\n    {'prefLabel': '30 Chemicals Industry. Ceramics Industry. Glass Industry. Plastic Industry. Rubber Industry', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26530'}\n    {'prefLabel': '32 Mining Industry. Extractive Industry', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26567'}\n    {'prefLabel': '34 Metal Industry. Metallurgy. Mechanical Engineering Industry. Precision Engineering Industry', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26576'}\n    {'prefLabel': '37 Construction. Building Industry. Housing Construction. Earth Construction. Hydraulic Engineering. Road Construction', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26568'}\n    {'prefLabel': '39 Traffic. Transport. Mail. Packaging Industry', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26577'}\n    {'prefLabel': '41 Electrical Engineering. Electronics', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26536'}\n    {'prefLabel': '43 Information Technology. Data processing', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26553'}\n    {'prefLabel': '45 Communications Technology. Telecommunications Technology. Sound Engineering', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26542'}\n    {'prefLabel': '48 Medicine. Anatomy. Physiology. Pathology.  Psychiatry. Dentistry. Veterinary Medicine. Pharmacy. Beauty Care. Treatments', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26550'}\n    {'prefLabel': '49 Fire Protection. Rescue Services. Accident Prevention. Safety Engineering', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26548'}\n    {'prefLabel': '50 Folklore. Cultural Anthropology. Occultism', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26532'}\n    {'prefLabel': '51 Archaeology', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26593'}\n    {'prefLabel': '52 History', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26540'}\n    {'prefLabel': '53 Religion. Theology. Religious Studies', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26551'}\n    {'prefLabel': '55 Psychology', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26543'}\n    {'prefLabel': '56 Science. Research', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26544'}\n    {'prefLabel': '57 Upbringing. Teaching. Education', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26554'}\n    {'prefLabel': '60 Sosiology. Social Psychology', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26562'}\n    {'prefLabel': '61 Demography', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26570'}\n    {'prefLabel': '62 Community Planning. Regional Planning', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26526'}\n    {'prefLabel': '65 Political Science. Politics. International Politics', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26541'}\n    {'prefLabel': '67 Warfare. Military Technology. Defence. Weapons', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26575'}\n    {'prefLabel': '69 Justice. Legislation', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26559'}\n    {'prefLabel': '71 Administration. Organisational Research. Public Administration', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26524'}\n    {'prefLabel': '73 Social Policy. Social Development Policy. Social Security.  Health Care. Housing', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26549'}\n    {'prefLabel': '75 Economics. National Economy. Business Economics. Commerce', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26538'}\n    {'prefLabel': '78 Work. Occupational Safety. Occupational Health', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26525'}\n    {'prefLabel': '80 Communication. Mass Communication. Advertising', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26547'}\n    {'prefLabel': '81 Libraries. Archives. Information Services. Museums. Exhibitions', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26572'}\n    {'prefLabel': '82 Publishing. Printing', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26563'}\n    {'prefLabel': '85 Linguistics', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26557'}\n    {'prefLabel': '87 Literature', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26564'}\n    {'prefLabel': '89 Music', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26571'}\n    {'prefLabel': '90 Art in general. Art periods and genres. Art History', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26581'}\n    {'prefLabel': '91 Architecture', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26552'}\n    {'prefLabel': '92 Visual Arts. Painting. Graphic Arts. Sculpture', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26569'}\n    {'prefLabel': '94 Applied Arts. Interior Art', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26586'}\n    {'prefLabel': '95 Theatre. Dance', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26582'}\n    {'prefLabel': '96 Photography. Film', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26534'}\n    {'prefLabel': '97 Exercise. Training. Sports', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26546'}\n    {'prefLabel': '98 Free Time. Hobbies. Travel. Handicrafts', 'hasMembers': True, 'uri': 'http://www.yso.fi/onto/yso/p26527'}\n\n\n## License\n\nThe code is published under the [Apache 2.0](LICENSE.txt) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatlibfi%2Fskosmos-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatlibfi%2Fskosmos-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatlibfi%2Fskosmos-client/lists"}