Discover/fa.omron.co.jp API
live

fa.omron.co.jp APIfa.omron.co.jp

Access Omron industrial automation vulnerability advisories and CVE data. Search by product, retrieve OMSR details, and pull the latest RSS security feed.

Endpoints
5
Updated
3mo ago
Try it
Language of the advisory list. Accepted values: 'en', 'jp'.
api.parse.bot/scraper/9c03c77d-208b-4eed-be6a-7feffdd351b9/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/9c03c77d-208b-4eed-be6a-7feffdd351b9/get_vulnerability_advisory_list?language=en' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Get the list of vulnerability advisories from Omron's Product Security page. Returns all published advisories with metadata including affected products, dates, and third-party references.

Input
ParamTypeDescription
languagestringLanguage of the advisory list. Accepted values: 'en', 'jp'.
Response
{
  "type": "object",
  "fields": {
    "advisories": "array of advisory objects with advisory_number, date_info, affected_products, omron_advisory_title, omron_advisory_link, remarks, third_party_advisory, third_party_link"
  },
  "sample": {
    "data": {
      "advisories": [
        {
          "remarks": "<May 7, 2026>Remove NYE from the affected products",
          "date_info": "Last modified: May 7, 2026 Release date: November 17, 2025",
          "advisory_number": "OMSR-2025-006",
          "third_party_link": null,
          "affected_products": "Industrial PC platform NY-series",
          "omron_advisory_link": "https://www.fa.omron.co.jp/product/security/assets/pdf/en/OMSR-2025-006_en.pdf",
          "omron_advisory_title": "Out-of-bounds Read vulnerability in IPC platform NY-series",
          "third_party_advisory": null
        }
      ]
    },
    "status": "success"
  }
}

About the fa.omron.co.jp API

This API exposes 5 endpoints covering Omron Industrial Automation's Product Security advisories from fa.omron.co.jp. Use get_advisory_detail_by_id to retrieve full CVE identifiers, CVSS scores, affected product names, and third-party advisory links for a specific OMSR ID, or use search_vulnerabilities_by_product to find all advisories matching a product name or keyword across both the advisory title and affected-products fields.

Advisory List and RSS Feed

The get_vulnerability_advisory_list endpoint returns every published Omron security advisory in a structured array. Each advisory object includes an advisory_number (OMSR identifier), date_info, affected_products, omron_advisory_title, a direct omron_advisory_link to the PDF, and remarks for revision notes. The language parameter accepts 'en' or 'jp', letting you retrieve advisories in English or Japanese. The get_vulnerability_advisory_rss endpoint returns the same feed in RSS form — each item carries a title, link, and pubDate — useful for monitoring new advisory publications.

Advisory Detail by OMSR ID

Passing a specific OMSR ID (format OMSR-YYYY-NNN) to get_advisory_detail_by_id enriches the base advisory data with CVE identifiers drawn from linked third-party sources such as JVN. The response includes a cve_ids array, a cvss_score string (may be empty if not yet assigned), the third_party_link URL, and the third_party_advisory name. This makes it straightforward to correlate Omron advisories with CVE databases or CVSS-based risk workflows.

Product-Scoped Vulnerability Search

The search_vulnerabilities_by_product endpoint accepts a free-text query string and performs a case-insensitive match against both the affected_products field and the advisory title in the English advisory list. Results are returned in the same structure as the full advisory list, making it easy to filter advisories relevant to a specific PLC model, sensor series, or software package without post-processing the entire list client-side.

Security Overview Page

The get_security_main_page endpoint returns the url and title of the Omron Product Security overview page. This is a lightweight utility endpoint suited for verifying the canonical page location or building navigation links in dashboards that aggregate industrial security content.

Common use cases
  • Automated CVE ingestion pipeline that maps Omron OMSR advisories to internal vulnerability tracking systems using cve_ids from get_advisory_detail_by_id.
  • Product-specific security monitoring that queries search_vulnerabilities_by_product whenever a new Omron device is added to an OT/ICS asset inventory.
  • CVSS-based risk triage that collects cvss_score fields across all advisories to prioritize patching for industrial control environments.
  • RSS-driven alerting system that polls get_vulnerability_advisory_rss to notify security teams when new Omron advisories are published.
  • Multilingual compliance reporting that pulls advisory lists in both 'en' and 'jp' to satisfy requirements across different regional offices.
  • Third-party advisory cross-referencing that uses third_party_link to join Omron advisories with JVN or NVD entries in a unified vulnerability database.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Omron provide an official developer API for its Product Security advisories?+
Omron does not publish a documented public developer API for its FA Product Security advisory content. The data is available on the fa.omron.co.jp Product Security pages and via an RSS feed, but there is no official REST or GraphQL API with authentication, versioning, or SLA documentation.
What does `get_advisory_detail_by_id` return beyond what the advisory list provides?+
The detail endpoint adds cve_ids (an array of CVE identifier strings from the linked third-party advisory), cvss_score, third_party_link, and third_party_advisory name. The base list endpoints do not include CVE IDs or CVSS scores; you need to call the detail endpoint with a specific omsr_id to get those fields.
Does `search_vulnerabilities_by_product` search Japanese-language advisories?+
Currently the search runs against the English advisory list only — it matches the affected_products field and advisory title from the 'en' language feed. Japanese-language advisory content is available through get_vulnerability_advisory_list with language: 'jp' and get_vulnerability_advisory_rss with language: 'jp', but those results are not included in the search index. You can fork this API on Parse and revise it to extend the search endpoint to cover the Japanese advisory list as well.
Is there a way to retrieve the full text or remediation guidance from an advisory PDF?+
Not currently. The API returns omron_advisory_link as a URL to the Omron PDF advisory, but does not parse or return the PDF body text, remediation steps, or mitigation details. You can fork this API on Parse and revise it to add an endpoint that fetches and extracts text from the linked advisory PDF.
How fresh is the advisory data, and does the API support pagination?+
The advisory list and RSS endpoints reflect what is currently published on the Omron Product Security page without a fixed update cadence guarantee. The API returns all available advisories in a single response — there is no pagination parameter. For large result sets, filtering client-side or using search_vulnerabilities_by_product to narrow results is the recommended approach.
Page content last updated . Spec covers 5 endpoints from fa.omron.co.jp.
Related APIs in Government PublicSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
maradminbot.com API
Search and retrieve official Marine Corps MARADMIN announcements from Marines.mil, filtering by year, status, and keyword to stay updated on the latest personnel and administrative directives. Get detailed information about specific announcements by number or browse the most recent updates to ensure you never miss critical Marine Corps guidance.
13f.info API
13f.info API
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.