{"id":28408937,"url":"https://github.com/librepcb/librepcb-api-server","last_synced_at":"2025-06-24T22:31:30.757Z","repository":{"id":223507554,"uuid":"747130015","full_name":"LibrePCB/librepcb-api-server","owner":"LibrePCB","description":"Server-side implementation of the LibrePCB API","archived":false,"fork":false,"pushed_at":"2025-04-11T21:11:11.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-22T00:33:57.237Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LibrePCB.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-23T10:23:54.000Z","updated_at":"2025-04-11T21:11:09.000Z","dependencies_parsed_at":"2024-02-20T16:40:45.296Z","dependency_job_id":"07b91a46-f381-442c-9b14-97685491c6f0","html_url":"https://github.com/LibrePCB/librepcb-api-server","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"892d2c9cce1f947a821b5efba563d70021cec5f0"},"previous_names":["librepcb/librepcb-api-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LibrePCB/librepcb-api-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibrePCB%2Flibrepcb-api-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibrePCB%2Flibrepcb-api-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibrePCB%2Flibrepcb-api-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibrePCB%2Flibrepcb-api-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LibrePCB","download_url":"https://codeload.github.com/LibrePCB/librepcb-api-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibrePCB%2Flibrepcb-api-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261766658,"owners_count":23206667,"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":"2025-06-02T04:38:09.105Z","updated_at":"2025-06-24T22:31:30.750Z","avatar_url":"https://github.com/LibrePCB.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# librepcb-api-server\n\nOfficial server-side implementation of the\n[LibrePCB API](https://developers.librepcb.org/d1/dcb/doc_server_api.html)\nas accessed by the LibrePCB application. Note that some older API paths are\nimplemented in a different way and might be migrated to this repository\nlater.\n\n## Requirements\n\nOnly Docker Compose is needed to run this server on a Linux machine.\n\n## Configuration\n\nTo make all features working, a configuration file `config/api.json` is\nrequired with the following content:\n\n```json\n{\n     /* Config for endpoint '/parts' */\n     \"parts_operational\": false,\n     \"parts_query_url\": \"\",\n     \"parts_query_token\": \"\"\n}\n```\n\n## Usage\n\nFor local development, the server can be run with this command:\n\n```bash\ndocker-compose up --build\n```\n\nAfterwards, the API runs on http://localhost:8000/:\n\n```bash\ncurl -X POST -H \"Content-Type: application/json\" -d @demo-request.json \\\n     'http://localhost:8000/api/v1/parts/query' | jq '.'\n```\n\n## License\n\nThe content in this repository is published under the\n[GNU GPLv3](http://www.gnu.org/licenses/gpl-3.0.html) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrepcb%2Flibrepcb-api-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibrepcb%2Flibrepcb-api-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrepcb%2Flibrepcb-api-server/lists"}