Samsung Patch API

Welcome to the Samsung Patch API. This API provides firmware update details for Samsung devices.

Supported Models

Currently stored firmware versions are available for multiple CSC regions.

Available Endpoints

Example Requests

GET https://api.cloudaligned.pl/get?model=SM-A356B
GET https://api.cloudaligned.pl/get?model=SM-A356B&csc=EUX
GET https://api.cloudaligned.pl/get?model=SM-A356B&latest=true
GET https://api.cloudaligned.pl/get?model=SM-A356B&csc=EUX&latest=true
GET https://api.cloudaligned.pl/models
          

Response Example for /get

[
  {
    "csc": "EUX",
    "build": "A356BXXS4AYB1",
    "securityPatch": "2025-02-01",
    "releaseDate": "2025-02-17",
    "androidVersion": "U(Android 14)",
    "latest": "TRUE"
  },
  {
    "csc": "EUX",
    "build": "A356BXXU4AXK4",
    "securityPatch": "2024-11-01",
    "releaseDate": "2024-12-03",
    "androidVersion": "U(Android 14)",
    "latest": "FALSE"
  }
]
          

This API is provided as-is, with no guarantees. Use at your own discretion.

📢 Submit Feedback

Help improve this API by submitting feedback, reporting bugs, or requesting new models:

Contact

For updates, questions, or feedback, reach out to me on @UniverseCitiz3n on X (Twitter).