Johnson & Johnson website screenshot

Johnson & Johnson

Johnson & Johnson is a multinational pharmaceutical and medical devices corporation. Operating today as Johnson & Johnson Innovative Medicine and MedTech, J&J has historically connected health platforms and APIs through subsidiaries such as LifeScan (OneTouch blood glucose monitoring), which was divested to Platinum Equity in 2018 and continues to operate the LifeScan developer portal referenced here. Consumer health brands (Tylenol, Listerine, Neutrogena, Band-Aid) were spun out as Kenvue in 2023 and are tracked in a separate kenvue index.

1 APIs 0 Features
HealthcareMedical DevicesDiabetesBlood GlucosePharmaceuticalsFortune 100

APIs

Johnson & Johnson LifeScan API

The Johnson & Johnson LifeScan API provides programmatic access to blood glucose monitoring data and diabetes management tools. LifeScan, historically a Johnson & Johnson compan...

Collections

Pricing Plans

Rate Limits

Johnson And Johnson Rate Limits

1 limits

RATE LIMITS

FinOps

Press

J&J Uses AI Agents: 10 Ways to Use AI [In-Depth Analysis] ...

2026-05-25

Johnson & Johnson Advances Polyphonic™ AI Fund for ...

2026-05-25

6 ways Johnson & Johnson is using AI to help advance ...

2026-05-25

We're using AI and other innovative technology in new ...

2026-05-25

JNJ Innovation - News & Events

2026-05-25

Resources

🔗
Website
Website
🌐
Portal
Portal

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Johnson & Johnson LifeScan API
  version: '1.0'
items:
- info:
    name: Glucose Readings
    type: folder
  items:
  - info:
      name: List glucose readings
      type: http
    http:
      method: GET
      url: https://api.lifescan.com/glucose-readings
      params:
      - name: patientId
        value: ''
        type: query
        description: The unique identifier of the patient.
      - name: startDate
        value: ''
        type: query
        description: Filter readings from this date (ISO 8601).
      - name: endDate
        value: ''
        type: query
        description: Filter readings up to this date (ISO 8601).
    docs: Retrieves a list of blood glucose readings for a specified patient, with optional filtering by date range and reading
      type.
- info:
    name: Devices
    type: folder
  items:
  - info:
      name: List devices
      type: http
    http:
      method: GET
      url: https://api.lifescan.com/devices
    docs: Retrieves a list of registered glucose monitoring devices associated with a patient account.
- info:
    name: Patients
    type: folder
  items:
  - info:
      name: List patients
      type: http
    http:
      method: GET
      url: https://api.lifescan.com/patients
    docs: Retrieves a list of patients associated with the authenticated healthcare provider or application.
bundled: true