Enable access to credit data in modern drupal json api - anyone currently scraping credit data will need to update
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3529186. -->
Reported by: [hestenet](https://www.drupal.org/user/54034)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>With the contribution credit migration from D7 to modern Drupal, the source of truth for credit data has changed. </p>
<p>In modern Drupal we are providing the data via JSON api</p>
<ul>
<li>/jsonapi/node/contribution_record</li>
<li>/jsonapi/paragraph/contributor</li>
</ul>
<p>With these endpoints: </p>
<ul>
<li>'/contribution-records-by-user'</li>
<li>'/contribution-records-by-organization'</li>
<li>'/contribution-records-by-organization-by-user'</li>
</ul>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<ul>
<li>We should announce this in our blog about the contribution credit changes, and also remind them about the organization 'owner tools' page which may have what they need</li>
<li>Any drupal.org users who use this to do private data gathering about credit will need to update how they do that. </li>
<li>Create documentation (<a href="https://git.drupalcode.org/project/contribution_records/tree/1.0.x#endpoints-to-query-data">https://git.drupalcode.org/project/contribution_records/tree/1.0.x#endpoints-to-query-data</a>)</li>
</ul>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue