Dataset Viewer
The dataset viewer is not available for this dataset.
The JWT signature verification failed. Check the signing key and the algorithm.
Error code:   JWTInvalidSignature
Exception:    InvalidSignatureError
Message:      Signature verification failed
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
                  decoded = jwt.decode(
                      jwt=token,
                  ...<2 lines>...
                      options=options,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
                  decoded = self.decode_complete(
                      jwt,
                  ...<8 lines>...
                      leeway=leeway,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
                  decoded = self._jws.decode_complete(
                      jwt,
                  ...<3 lines>...
                      detached_payload=detached_payload,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
                  self._verify_signature(
                  ~~~~~~~~~~~~~~~~~~~~~~^
                      signing_input,
                      ^^^^^^^^^^^^^^
                  ...<4 lines>...
                      options=merged_options,
                      ^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
                  raise InvalidSignatureError("Signature verification failed")
              jwt.exceptions.InvalidSignatureError: Signature verification failed

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

FDA recalls (drugs, devices, food)

FDA Enforcement Reports for drugs, medical devices, and food. Class I/II/III classifications, recalling firm, product description, reason for recall.

Live API

This dataset is served via a live REST API at api.ai-analytics.org. The card you're reading exists so HuggingFace's index can route AI agents + researchers to the canonical source.

Quick start

# Recent records (JSON)
curl 'https://api.ai-analytics.org/api/v1/fda/recalls/recent?limit=10'

# Browse on the web
open 'https://api.ai-analytics.org/datasets/fda-recalls'

MCP (Model Context Protocol)

This dataset is also accessible via MCP at https://api.ai-analytics.org/mcp — Claude, ChatGPT, and other MCP-compatible agents can call it directly.

Source

  • Agency: US Food and Drug Administration
  • Primary source: https://api.fda.gov/
  • License: CC0 1.0 Universal (derived data). Underlying federal works are US public domain under 5 USC 105 / 17 USC 105.
  • Update cadence: Per agency (most refresh daily via Cloudflare Cron Trigger)

Keywords

FDA, recalls, Class I, drug safety, device safety, food safety

Citation

@misc{ai_analytics_fda_recalls_2026,
  title  = {{name}},
  author = {AI Analytics},
  year   = {2026},
  url    = {https://api.ai-analytics.org/datasets/fda-recalls},
  note   = {Derived from US Food and Drug Administration. License: CC0 1.0.}
}

Related


Maintained by AI Analytics. Data is CC0; please cite the upstream agency.

Downloads last month
10