{"id":16578082,"url":"https://github.com/selfagency/ironmarch-api","last_synced_at":"2026-01-24T08:03:25.895Z","repository":{"id":36978209,"uuid":"384733468","full_name":"selfagency/ironmarch-api","owner":"selfagency","description":"API powering ironmarch.exposed","archived":true,"fork":false,"pushed_at":"2024-11-21T05:42:21.000Z","size":44089,"stargazers_count":1,"open_issues_count":18,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-15T18:03:51.182Z","etag":null,"topics":["antifascist","database"],"latest_commit_sha":null,"homepage":"https://ironmarch.exposed","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/selfagency.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-07-10T15:44:37.000Z","updated_at":"2025-04-19T19:58:27.000Z","dependencies_parsed_at":"2023-12-20T19:37:28.550Z","dependency_job_id":null,"html_url":"https://github.com/selfagency/ironmarch-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/selfagency/ironmarch-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fironmarch-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fironmarch-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fironmarch-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fironmarch-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selfagency","download_url":"https://codeload.github.com/selfagency/ironmarch-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fironmarch-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270955027,"owners_count":24674813,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"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":["antifascist","database"],"created_at":"2024-10-11T22:13:03.678Z","updated_at":"2026-01-24T08:03:25.810Z","avatar_url":"https://github.com/selfagency.png","language":"JavaScript","funding_links":["https://www.patreon.com/jewishworker"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eironmarch-api\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-0.2.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"#\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/jewishworker\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: jewishworker\" src=\"https://img.shields.io/twitter/follow/jewishworker.svg?style=social\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e API interface for Iron March data dump\n\n## Install\n\n```sh\nyarn install || npm install\n```\n\n## Development\n\nThis API service is designed to make use of Vercel's serverless functions interface. Run locally with `yarn dev`.\n\n## Routes\n\n**`/post`**\n\n- `id`: Get post by ID _n_ (Integer)\n- `limit`: Limit results by _n_ (Integer)\n- `offset`: Offset results by _n_ (Integer)\n- `user`: Get posts by user ID _n_ (Integer)\n- `terms`: Find posts containing terms (String)\n\n**`/message`**\n\n- `id`: Get message by ID _n_ (Integer)\n- `limit`: Limit results by _n_ (Integer)\n- `offset`: Offset results by _n_ (Integer)\n- `user`: Get messages by user ID _n_ (Integer)\n- `terms`: Find messages containing terms (String)\n\n**`/user`**\n\n- `id`: Get user by ID _n_ (Integer)\n- `limit`: Limit results by _n_ (Integer)\n- `offset`: Offset results by _n_ (Integer)\n- `terms`: Find usernames containing terms (String)\n\n**`/thread`**\n\n- `id`: Get thread (message collection) by ID _n_ (Integer)\n\n**`/meta`**\n\n- `data`: Get data collection by type (String)\n  - `discord`: All discovered Discord invite links\n  - `facebook`: All discovered user Facebook profiles\n  - `linkedin`: All discovered user LinkedIn profiles\n  - `locales`: Number of users by city, region, and country\n  - `skype`: All discovered user Skype account names\n  - `twitter`: All discovered user Twitter profiles\n  - `all`: All of the above\n\n## Author\n\n👤 **The Jewish Worker \u003chello@jewishworker.org\u003e**\n\n- Twitter: [@jewishworker](https://twitter.com/jewishworker)\n- GitLab: [@jewishworker](https://gitlab.com/jewishworker)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://gitlab.com/jewishworker/ironmarch-api/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n\u003ca href=\"https://www.patreon.com/jewishworker\"\u003e\n  \u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button@2x.png\" width=\"160\"\u003e\n\u003c/a\u003e\n\n---\n\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfagency%2Fironmarch-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselfagency%2Fironmarch-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfagency%2Fironmarch-api/lists"}