---
title: "Perform an alignment with a specific project"
method: POST
path: "/v1/catalog/{org_name}/{project}/alignment"
tags: ["Alignments"]
---

# Perform an alignment with a specific project

`POST /v1/catalog/{org_name}/{project}/alignment`

## Path parameters

- `org_name` string, required
- `project` string, required

## Response `200`

Alignment information against project's catalog

- Alignment
  - `_meta` object, required
    - `version` string
  - `organization` string, required — Name of the Team that owns the alignment.
  - `team` string — Name of the Team that owns the alignment.
  - `files` string, required — File names used in the alignment analysis.
  - `alignment_pct` number, float, required — Percentage of Package releases that are aligned to the Catalog's standards.
  - `unapproved` AlignmentRelease[], nullable, required — Package releases in the alignment that are not included in the catalog and have no status.
    - `id` integer
    - `latest_release_number` string, nullable — Version of the package that is considered the most recent release.
    - `license_normalized` boolean, nullable — If license data has been normalized to SPDX values from an upstream source.
    - `license_set_by_admin` boolean, nullable — If license data has been set by a Tidelift researcher.
    - `licenses` string, nullable — License expression for this release.
    - `name` string — The package name.
    - `platform` string — The package platform.
    - `project_license` string, nullable — The license data tied to the package.
    - `repository_license` string, nullable — The license data tied to the package's source repository.
    - `type` string, nullable
    - `unknown` boolean, nullable — If Tidelift does not have any upstream data for this package.
    - `direct` boolean — If the package is referenced directly by the project dependency manifest.
    - `resolved_version` string — Real release version that the manifest resolved to.
    - `requirement` string — Raw requirement text included in the project manifest file.
    - `lockfile_requirement` string, nullable — Raw requirement text included in the project's manifest lockfile.
    - `original_license` string, nullable — The license found using only upstream source data.
    - `version` string — Version of the release used in the alignment analysis.
    - `status` string, nullable — Status of this release within the alignment results.
  - `alternatives` object[], nullable, required — List of alternative Package releases that could be used to bring the project closer to full alignment.
    - `name` string — The package name.
    - `platform` string — The package platform.
    - `in_use` string[] — List of releases for this package that are used in other projects.
    - `not_in_use` string[] — List of releases for this package that are in the catalog but not used in other projects.
  - `upcoming_denials` object[], nullable, required — Package releases that are configured to be out of alignment with the Catalog's standards in the future.
    - `name` string — The name of the package.
    - `platform` string — The platform of the package.
    - `version` string — The version of the release.
    - `deny_at` string — The date when the release will no longer be acceptable to be used.
    - `reason` string — The reason why the release will no longer be allowed or why the decision has been delayed.
    - `highest_approved_version` string, nullable — The latest version of this package that is allowed for use.
  - `approved` AlignmentRelease[], nullable, required — Package releases in the alignment that are approved for use.
    - `id` integer
    - `latest_release_number` string, nullable — Version of the package that is considered the most recent release.
    - `license_normalized` boolean, nullable — If license data has been normalized to SPDX values from an upstream source.
    - `license_set_by_admin` boolean, nullable — If license data has been set by a Tidelift researcher.
    - `licenses` string, nullable — License expression for this release.
    - `name` string — The package name.
    - `platform` string — The package platform.
    - `project_license` string, nullable — The license data tied to the package.
    - `repository_license` string, nullable — The license data tied to the package's source repository.
    - `type` string, nullable
    - `unknown` boolean, nullable — If Tidelift does not have any upstream data for this package.
    - `direct` boolean — If the package is referenced directly by the project dependency manifest.
    - `resolved_version` string — Real release version that the manifest resolved to.
    - `requirement` string — Raw requirement text included in the project manifest file.
    - `lockfile_requirement` string, nullable — Raw requirement text included in the project's manifest lockfile.
    - `original_license` string, nullable — The license found using only upstream source data.
    - `version` string — Version of the release used in the alignment analysis.
    - `status` string, nullable — Status of this release within the alignment results.
  - `requested` AlignmentRelease[], nullable, required — Package releases in the alignment that have been requested but have not been analyzed yet.
    - `id` integer
    - `latest_release_number` string, nullable — Version of the package that is considered the most recent release.
    - `license_normalized` boolean, nullable — If license data has been normalized to SPDX values from an upstream source.
    - `license_set_by_admin` boolean, nullable — If license data has been set by a Tidelift researcher.
    - `licenses` string, nullable — License expression for this release.
    - `name` string — The package name.
    - `platform` string — The package platform.
    - `project_license` string, nullable — The license data tied to the package.
    - `repository_license` string, nullable — The license data tied to the package's source repository.
    - `type` string, nullable
    - `unknown` boolean, nullable — If Tidelift does not have any upstream data for this package.
    - `direct` boolean — If the package is referenced directly by the project dependency manifest.
    - `resolved_version` string — Real release version that the manifest resolved to.
    - `requirement` string — Raw requirement text included in the project manifest file.
    - `lockfile_requirement` string, nullable — Raw requirement text included in the project's manifest lockfile.
    - `original_license` string, nullable — The license found using only upstream source data.
    - `version` string — Version of the release used in the alignment analysis.
    - `status` string, nullable — Status of this release within the alignment results.
  - `denied` AlignmentRelease[], nullable, required — Package releases in the alignment that are not approved for use.
    - `id` integer
    - `latest_release_number` string, nullable — Version of the package that is considered the most recent release.
    - `license_normalized` boolean, nullable — If license data has been normalized to SPDX values from an upstream source.
    - `license_set_by_admin` boolean, nullable — If license data has been set by a Tidelift researcher.
    - `licenses` string, nullable — License expression for this release.
    - `name` string — The package name.
    - `platform` string — The package platform.
    - `project_license` string, nullable — The license data tied to the package.
    - `repository_license` string, nullable — The license data tied to the package's source repository.
    - `type` string, nullable
    - `unknown` boolean, nullable — If Tidelift does not have any upstream data for this package.
    - `direct` boolean — If the package is referenced directly by the project dependency manifest.
    - `resolved_version` string — Real release version that the manifest resolved to.
    - `requirement` string — Raw requirement text included in the project manifest file.
    - `lockfile_requirement` string, nullable — Raw requirement text included in the project's manifest lockfile.
    - `original_license` string, nullable — The license found using only upstream source data.
    - `version` string — Version of the release used in the alignment analysis.
    - `status` string, nullable — Status of this release within the alignment results.
  - `no_new_introduction` AlignmentRelease[], nullable — Package releases in the alignment that are approved for use, but are not allowed to introduce any further issues.
    - `id` integer
    - `latest_release_number` string, nullable — Version of the package that is considered the most recent release.
    - `license_normalized` boolean, nullable — If license data has been normalized to SPDX values from an upstream source.
    - `license_set_by_admin` boolean, nullable — If license data has been set by a Tidelift researcher.
    - `licenses` string, nullable — License expression for this release.
    - `name` string — The package name.
    - `platform` string — The package platform.
    - `project_license` string, nullable — The license data tied to the package.
    - `repository_license` string, nullable — The license data tied to the package's source repository.
    - `type` string, nullable
    - `unknown` boolean, nullable — If Tidelift does not have any upstream data for this package.
    - `direct` boolean — If the package is referenced directly by the project dependency manifest.
    - `resolved_version` string — Real release version that the manifest resolved to.
    - `requirement` string — Raw requirement text included in the project manifest file.
    - `lockfile_requirement` string, nullable — Raw requirement text included in the project's manifest lockfile.
    - `original_license` string, nullable — The license found using only upstream source data.
    - `version` string — Version of the release used in the alignment analysis.
    - `status` string, nullable — Status of this release within the alignment results.
  - `catalog` object, required — The catalog used to determine the alignment status of each package release.
    - `id` string
    - `name` string
    - `display_name` string
    - `catalog_standards` object[]
      - `slug` string, required
      - `name` string, required
      - `description` string, required
      - `enabled` boolean, required
  - `project` string, nullable, required — Name of the project used for the alignment.
  - `baseline_alignment` object, nullable, required — A previous alignment that can be used to compare data between. This can be useful to spot regressions that have been introduced since the baseline alignment was run.
    - `number` integer, required — The ordered alignment number within the project.
    - `date` string, date-time, required — When the alignment was run.
  - `actions` object[], required
    - `action_description` string, required
    - `action` object, required
      - `package_name` string
      - `dependency_source` string
      - `current_version` string
      - `suggested_version` string
    - `violations` object[], required
      - `title` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/tidelift/apis/tidelift-external-api.md) · [All operations](https://skmtc.net/tidelift/apis/tidelift-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tidelift/tidelift-external-api/revisions/5f36bed372bb/schema)
