Developer Documentation
Comprehensive RFID reference for supply chain professionals, IoT engineers, and systems integrators. Covers RFID tag ICs across LF/HF/UHF/Microwave frequency bands, tag families (Monza, UCODE, Higgs), readers, EPC encoding schemes, antenna types, standards (ISO 18000, EPCglobal, RAIN), industries, use cases, interactive tools, glossary, and guides. 15 languages supported.
- RFID tag ICs with full specs (memory, sensitivity, read range, protocol, pricing)
- Tag IC families: Monza, UCODE, Higgs, Dogbone, and more
- Frequency bands: LF (125-134 kHz), HF (13.56 MHz), UHF (860-960 MHz), Microwave
- RFID readers: fixed, handheld, mobile, USB with specs and pricing
- EPC encoding schemes: SGTIN, SSCC, GIAI, GRAI, GDTI with bit layouts
- Antenna types: linear, circular, near-field with gain and beamwidth
- Standards: ISO 18000-6C, EPCglobal Gen2, RAIN RFID Alliance
- RFID chip manufacturers with market share and product lines
- Industries: retail, healthcare, logistics, manufacturing, agriculture
- Use cases: inventory tracking, asset management, supply chain visibility
- Interactive tools: tag selector, EPC encoder/decoder, ROI calculator, memory planner
- RFID technology timeline
- Glossary and in-depth guides
Quick Start
curl -s "https://rfidfyi.com/api/v1/tags/"
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/tags/ | List all RFID tag ICs |
| GET | /api/v1/tags/{slug}/ | RFID tag detail with full specs |
| GET | /api/v1/tag-families/ | Tag IC families |
| GET | /api/v1/frequency-bands/ | RFID frequency bands |
| GET | /api/v1/readers/ | RFID readers |
| GET | /api/v1/manufacturers/ | RFID manufacturers |
| GET | /api/v1/standards/ | RFID standards |
| GET | /api/v1/industries/ | Industries using RFID |
| GET | /api/v1/use-cases/ | RFID use cases |
| GET | /api/v1/epc-schemes/ | EPC encoding schemes |
| GET | /api/v1/antenna-types/ | Antenna types |
| GET | /api/v1/glossary/ | Glossary terms |
| GET | /api/v1/guides/ | Guide articles |
| GET | /api/v1/faqs/ | FAQs |
| GET | /api/v1/stats/ | Site statistics |
| GET | /api/v1/search/?q={query} | Search across all content |
URL Patterns
Use these patterns to construct URLs programmatically:
/tag/
Browse all RFID tag ICs (e.g. /tag/)
/tag/{slug}/
RFID tag detail with full specs (e.g. /tag/impinj-monza-r6/)
/family/
RFID tag IC families (e.g. /family/)
/family/{slug}/
Tag family detail (e.g. /family/monza/)
/frequency/
RFID frequency bands (e.g. /frequency/)
/frequency/{slug}/
Frequency band detail (e.g. /frequency/uhf/)
/reader/
RFID readers (e.g. /reader/)
/reader/{slug}/
Reader detail with specs (e.g. /reader/impinj-speedway-r420/)
/manufacturer/
RFID manufacturers (e.g. /manufacturer/)
/manufacturer/{slug}/
Manufacturer detail (e.g. /manufacturer/impinj/)
/standard/
RFID standards (e.g. /standard/)
/standard/{slug}/
Standard detail (e.g. /standard/iso-18000-6c/)
/industry/
Industries using RFID (e.g. /industry/)
/industry/{slug}/
Industry detail (e.g. /industry/retail/)
/use-case/
RFID use cases (e.g. /use-case/)
/use-case/{slug}/
Use case detail (e.g. /use-case/inventory-tracking/)
/epc/
EPC encoding schemes (e.g. /epc/)
/epc/{slug}/
EPC scheme detail (e.g. /epc/sgtin/)
/antenna/
RFID antenna types (e.g. /antenna/)
/antenna/{slug}/
Antenna type detail (e.g. /antenna/circular-polarized/)
/glossary/
RFID terminology glossary (e.g. /glossary/)
/glossary/{slug}/
Glossary term detail (e.g. /glossary/epc/)
/guide/
In-depth RFID guides (e.g. /guide/)
/guide/{slug}/
Guide article (e.g. /guide/choosing-rfid-frequency/)
/tools/
Interactive RFID tools (e.g. /tools/)
/tools/tag-selector/
RFID tag selector wizard (e.g. /tools/tag-selector/)
/tools/epc-encoder/
EPC encoding tool (e.g. /tools/epc-encoder/)
/tools/epc-decoder/
EPC decoding tool (e.g. /tools/epc-decoder/)
/tools/roi-calculator/
RFID ROI calculator (e.g. /tools/roi-calculator/)
/tools/memory-planner/
Tag memory planner (e.g. /tools/memory-planner/)
/timeline/
RFID technology timeline (e.g. /timeline/)
/compare/
RFID comparison index (e.g. /compare/)
/compare/{slug}/
Side-by-side comparison (e.g. /compare/monza-r6-vs-ucode-8/)
/search/
Search tags, terms, guides (e.g. /search/?q=monza)
Response Format
All endpoints return JSON with pagination:
Example JSON response
{
"count": 636,
"next": "https://example.com/api/v1/items/?page=2",
"previous": null,
"results": [
{"slug": "example", "name": "Example Item", "...": "..."}
]
}
OpenAPI Specification
Full API schema available as OpenAPI 3.1.0 JSON. Import into Swagger UI, Postman, or any OpenAPI-compatible tool.
SDK Packages
pip install rfidfyi
RFID tag data, EPC encoding, frequency band reference
gem install rfidfyi
Ruby RFID tag reference
cargo add rfidfyi
Rust RFID tag reference
Embed Widget
Embed data cards on your site:
https://widget.rfidfyi.com
npm install rfidfyi-embed
Format Support
- Markdown endpoints: Append
.mdto any page URL for LLM-friendly markdown output. - Internationalization: Content available in 14 languages: ko, ja, zh-hans, es, fr, de, pt, ru, vi, tr, ar, hi, th, id.