Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Inconsistency #1314

Open
abaruchi opened this issue Feb 2, 2023 · 0 comments
Open

Data Inconsistency #1314

abaruchi opened this issue Feb 2, 2023 · 0 comments

Comments

@abaruchi
Copy link

abaruchi commented Feb 2, 2023

Hi,

I was exploring the API and running some experiments and I found an inconsistency when querying the payloads for a given launch.

When you check the payloads array (available in the launch API) for the launch 62f3b5200f55c50e192a4e6c you gonna see only a single payload. However when using the MongoDB like query to check all payloads associated to a given launch, it's returning three payloads:

https://api.spacexdata.com/v4/payloads/630bceadd36448026ab0163f
https://api.spacexdata.com/v4/payloads/631616aeffc78f3b8567071b
https://api.spacexdata.com/v4/payloads/63161760ffc78f3b8567071c

(You can see that in all payloads, the launch field is pointing to 62f3b5200f55c50e192a4e6c)

Is it a data inconsistency? If not, should I consider what is being returned by the launch endpoint or the MongoDB query?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant