andrii-bodnar/crowdin-request-action
A GitHub Action to send arbitrary requests to Crowdin's REST API
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Activelast commit Feb 23, 2026
- License
- MIT
Pinned Snippet
uses: andrii-bodnar/crowdin-request-action@ee7a2af9564d8934b5b4a8427185aaaffee0165e # 0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| route | HTTP Verb + path | yes | — |
| body | Request body (for POST, PUT, PATCH methods) | no | — |
| query | Query parameters (for GET methods) | no | — |
| headers | Request headers | no | — |
| retries | Retries count | no | — |
| wait_interval | Wait interval in milliseconds between retries | no | — |
| skip_error_codes | Error codes to check if retry should not be applied (separated by comma) | no | — |
| retry_until_finished | Retry the request until the asynchronous action finished (should be used to check the status of the operation) | no | — |
| storageId | Storage ID | — | — |
| projectId | Storage ID | — | — |
| groupId | Group ID | — | — |
| languageId | Language ID | — | — |
| branchId | Branch ID | — | — |
| directoryId | Directory ID | — | — |
| fileId | File ID | — | — |
| revisionId | Revision ID | — | — |
| preTranslationId | Pre-Translate ID | — | — |
| buildId | Build ID | — | — |
| stringId | String ID | — | — |
| approvalId | Approval ID | — | — |
| translationId | Translation ID | — | — |
| voteId | Vote ID | — | — |
| commentId | Comment ID | — | — |
| screenshotId | Screenshot ID | — | — |
| tagId | Tag ID | — | — |
| conceptId | Concept ID | — | — |
| glossaryId | Glossary ID | — | — |
| exportId | Export ID | — | — |
| importId | Import ID | — | — |
| termId | Term ID | — | — |
| tmId | TM ID | — | — |
| mtId | MT ID | — | — |
| reportId | Report ID | — | — |
| reportSettingsTemplateId | Report Settings Template ID | — | — |
| taskId | Task ID | — | — |
| userId | User ID | — | — |
| memberId | Member ID | — | — |
| webhookId | Webhook ID | — | — |
| bundleId | Bundle ID | — | — |
| hash | Hash ID | — | — |
| labelId | Label ID | — | — |
| stepId | Step ID | — | — |
| teamId | Team ID | — | — |
Outputs
| name | description |
|---|---|
| status | Response status code |
| headers | Response headers as JSON string with lower cased header names |
| data | Response body as string |