Minimal working example demonstrating core Lokalise functionality: projects, keys, and translations.
lokalise-install-auth setupRead(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Error | Cause | Solution |
|---|---|---|
401 Unauthorized |
Invalid token | Check LOKALISE_API_TOKEN |
400 Bad Request |
Invalid project/key params | Verify required fields |
404 Not Found |
Project doesn't exist | Check project_id |
429 Too Many Requests |
Rate limit hit | Wait 1 second, retry |
# List projects
lokalise2 --token $LOKALISE_API_TOKEN project list
# Get project details
lokalise2 --token $LOKALISE_API_TOKEN project --project-id YOUR_PROJECT_ID
# List keys in a project
lokalise2 --token $LOKALISE_API_TOKEN key list --project-id YOUR_PROJECT_ID
Proceed to lokalise-local-dev-loop for development workflow setup.