find_satellites_above

List satellites above an observer within an angular search radius.

Signature: find_satellites_above(observer_lat: decimal number, decimal degrees (WGS84), required; observer_lon: decimal number, decimal degrees (WGS84), required; observer_alt_m: decimal number, metres, optional, default 0; radius_deg: integer, degrees, optional, default 30; category_id: integer, optional, default 0; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/n2yo/find_satellites_above/?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace {observer_lat}, {observer_lon}, {observer_alt_m}, {radius_deg}, {category_id} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
observer_latrequirednumberObserver latitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
observer_lonrequirednumberObserver longitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
observer_alt_moptionalnumberObserver altitude above sea level in metres. Unit: metres.
radius_degoptionalintegerSearch radius from 0 to 90 degrees. Unit: degrees.
category_idoptionalintegerN2YO category id; 0 means all categories, 1 brightest.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "n2yo",
  "operation": "find_satellites_above",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: decimal number. Observer latitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
Type: decimal number. Observer longitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
Type: decimal number. Observer altitude above sea level in metres. Unit: metres.
Type: integer. Search radius from 0 to 90 degrees. Unit: degrees.
Type: integer. N2YO category id; 0 means all categories, 1 brightest.

Result

Source: N2YO satellite data. Retrieved 2026-09-23T02:11:24Z in 6.154 seconds.

info:
category:
ANY
transactionscount:
93
satcount:
118
above:

25 results

  1. satid:
    2765
    satname:
    OPS 6638 (VELA 7)
    intDesignator:
    1967-040A
    launchDate:
    1967-04-28
    satlat:
    34.8552
    satlng:
    17.2341
    satalt:
    109321.4935
  2. satid:
    5054
    satname:
    TITAN 34B AGENA D R/B
    intDesignator:
    1971-021B
    launchDate:
    1971-03-21
    satlat:
    63.5129
    satlng:
    52.7186
    satalt:
    36566.4725
  3. satid:
    5554
    satname:
    COSMOS 451
    intDesignator:
    1971-086H
    launchDate:
    1971-10-13
    satlat:
    63.1705
    satlng:
    14.4488
    satalt:
    1500.7575
  4. satid:
    7276
    satname:
    MOLNIYA 2-9
    intDesignator:
    1974-026A
    launchDate:
    1974-04-26
    satlat:
    57.7589
    satlng:
    18.5501
    satalt:
    30742.779
  5. satid:
    7373
    satname:
    SL-6 R/B(2)
    intDesignator:
    1974-026E
    launchDate:
    1974-04-26
    satlat:
    50.5029
    satlng:
    30.2288
    satalt:
    25837.9602
  6. satid:
    8018
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-063D
    launchDate:
    1975-07-08
    satlat:
    58.0779
    satlng:
    25.2059
    satalt:
    28441.5624
  7. satid:
    8897
    satname:
    SL-8 R/B
    intDesignator:
    1976-054J
    launchDate:
    1976-06-15
    satlat:
    61.4957
    satlng:
    -2.8651
    satalt:
    1520.7999
  8. satid:
    10091
    satname:
    NTS 2
    intDesignator:
    1977-053A
    launchDate:
    1977-06-23
    satlat:
    49.4067
    satlng:
    26.7228
    satalt:
    20229.919
  9. satid:
    10931
    satname:
    COSMOS 1014
    intDesignator:
    1978-056B
    launchDate:
    1978-06-07
    satlat:
    63.8439
    satlng:
    -2.4946
    satalt:
    1490.7152
  10. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    54.5183
    satlng:
    2.0822
    satalt:
    29575.7224
  11. satid:
    11321
    satname:
    SL-8 R/B
    intDesignator:
    1979-028B
    launchDate:
    1979-04-07
    satlat:
    61.3365
    satlng:
    -0.4182
    satalt:
    978.2451
  12. satid:
    12111
    satname:
    COSMOS 1232
    intDesignator:
    1980-102E
    launchDate:
    1980-12-23
    satlat:
    57.2868
    satlng:
    10.193
    satalt:
    1473.5987
  13. satid:
    12167
    satname:
    DELTA 1 DEB
    intDesignator:
    1978-026G
    launchDate:
    1978-03-05
    satlat:
    56.7836
    satlng:
    10.0344
    satalt:
    937.8566
  14. satid:
    12195
    satname:
    DELTA 1 DEB
    intDesignator:
    1978-026AL
    launchDate:
    1978-03-05
    satlat:
    59.9603
    satlng:
    10.0893
    satalt:
    881.1225
  15. satid:
    12535
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077DQ
    launchDate:
    1976-07-29
    satlat:
    55.528
    satlng:
    1.5063
    satalt:
    1844.1548
  16. satid:
    12624
    satname:
    DYNAMICS EXPLORER 1
    intDesignator:
    1981-070A
    launchDate:
    1981-08-03
    satlat:
    65.4737
    satlng:
    11.8456
    satalt:
    6577.808
  17. satid:
    12815
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068E
    launchDate:
    1977-07-20
    satlat:
    68.4772
    satlng:
    -29.6868
    satalt:
    20980.0116
  18. satid:
    13113
    satname:
    METEOR 2-8
    intDesignator:
    1982-025A
    launchDate:
    1982-03-25
    satlat:
    62.1357
    satlng:
    -0.4172
    satalt:
    956.2928
  19. satid:
    13507
    satname:
    COSMOS 886 DEB
    intDesignator:
    1976-126BK
    launchDate:
    1976-12-27
    satlat:
    63.1064
    satlng:
    20.1384
    satalt:
    2334.2258
  20. satid:
    14591
    satname:
    COSMOS 1520 (GLONASS)
    intDesignator:
    1983-127B
    launchDate:
    1983-12-29
    satlat:
    60.555
    satlng:
    -18.3024
    satalt:
    19148.9139
  21. satid:
    14608
    satname:
    SL-12 R/B(AUX MOTOR)
    intDesignator:
    1983-127H
    launchDate:
    1983-12-29
    satlat:
    39.8139
    satlng:
    -0.5541
    satalt:
    15642.4023
  22. satid:
    14884
    satname:
    COSMOS 1547
    intDesignator:
    1984-033A
    launchDate:
    1984-04-04
    satlat:
    58.7703
    satlng:
    -37.8514
    satalt:
    35342.4878
  23. satid:
    15223
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-089D
    launchDate:
    1984-08-24
    satlat:
    50.0861
    satlng:
    -11.0867
    satalt:
    32382.045
  24. satid:
    15266
    satname:
    SL-12 R/B(AUX MOTOR)
    intDesignator:
    1984-095H
    launchDate:
    1984-09-04
    satlat:
    46.0426
    satlng:
    -13.622
    satalt:
    15734.7412
  25. satid:
    15429
    satname:
    MOLNIYA 1-63
    intDesignator:
    1984-124A
    launchDate:
    1984-12-14
    satlat:
    62.1411
    satlng:
    15.5781
    satalt:
    39165.9838
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
93
satcount:
118
above:

25 results

  1. satid:
    2765
    satname:
    OPS 6638 (VELA 7)
    intDesignator:
    1967-040A
    launchDate:
    1967-04-28
    satlat:
    34.8552
    satlng:
    17.2341
    satalt:
    109321.4935
  2. satid:
    5054
    satname:
    TITAN 34B AGENA D R/B
    intDesignator:
    1971-021B
    launchDate:
    1971-03-21
    satlat:
    63.5129
    satlng:
    52.7186
    satalt:
    36566.4725
  3. satid:
    5554
    satname:
    COSMOS 451
    intDesignator:
    1971-086H
    launchDate:
    1971-10-13
    satlat:
    63.1705
    satlng:
    14.4488
    satalt:
    1500.7575
  4. satid:
    7276
    satname:
    MOLNIYA 2-9
    intDesignator:
    1974-026A
    launchDate:
    1974-04-26
    satlat:
    57.7589
    satlng:
    18.5501
    satalt:
    30742.779
  5. satid:
    7373
    satname:
    SL-6 R/B(2)
    intDesignator:
    1974-026E
    launchDate:
    1974-04-26
    satlat:
    50.5029
    satlng:
    30.2288
    satalt:
    25837.9602
  6. satid:
    8018
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-063D
    launchDate:
    1975-07-08
    satlat:
    58.0779
    satlng:
    25.2059
    satalt:
    28441.5624
  7. satid:
    8897
    satname:
    SL-8 R/B
    intDesignator:
    1976-054J
    launchDate:
    1976-06-15
    satlat:
    61.4957
    satlng:
    -2.8651
    satalt:
    1520.7999
  8. satid:
    10091
    satname:
    NTS 2
    intDesignator:
    1977-053A
    launchDate:
    1977-06-23
    satlat:
    49.4067
    satlng:
    26.7228
    satalt:
    20229.919
  9. satid:
    10931
    satname:
    COSMOS 1014
    intDesignator:
    1978-056B
    launchDate:
    1978-06-07
    satlat:
    63.8439
    satlng:
    -2.4946
    satalt:
    1490.7152
  10. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    54.5183
    satlng:
    2.0822
    satalt:
    29575.7224
  11. satid:
    11321
    satname:
    SL-8 R/B
    intDesignator:
    1979-028B
    launchDate:
    1979-04-07
    satlat:
    61.3365
    satlng:
    -0.4182
    satalt:
    978.2451
  12. satid:
    12111
    satname:
    COSMOS 1232
    intDesignator:
    1980-102E
    launchDate:
    1980-12-23
    satlat:
    57.2868
    satlng:
    10.193
    satalt:
    1473.5987
  13. satid:
    12167
    satname:
    DELTA 1 DEB
    intDesignator:
    1978-026G
    launchDate:
    1978-03-05
    satlat:
    56.7836
    satlng:
    10.0344
    satalt:
    937.8566
  14. satid:
    12195
    satname:
    DELTA 1 DEB
    intDesignator:
    1978-026AL
    launchDate:
    1978-03-05
    satlat:
    59.9603
    satlng:
    10.0893
    satalt:
    881.1225
  15. satid:
    12535
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077DQ
    launchDate:
    1976-07-29
    satlat:
    55.528
    satlng:
    1.5063
    satalt:
    1844.1548
  16. satid:
    12624
    satname:
    DYNAMICS EXPLORER 1
    intDesignator:
    1981-070A
    launchDate:
    1981-08-03
    satlat:
    65.4737
    satlng:
    11.8456
    satalt:
    6577.808
  17. satid:
    12815
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068E
    launchDate:
    1977-07-20
    satlat:
    68.4772
    satlng:
    -29.6868
    satalt:
    20980.0116
  18. satid:
    13113
    satname:
    METEOR 2-8
    intDesignator:
    1982-025A
    launchDate:
    1982-03-25
    satlat:
    62.1357
    satlng:
    -0.4172
    satalt:
    956.2928
  19. satid:
    13507
    satname:
    COSMOS 886 DEB
    intDesignator:
    1976-126BK
    launchDate:
    1976-12-27
    satlat:
    63.1064
    satlng:
    20.1384
    satalt:
    2334.2258
  20. satid:
    14591
    satname:
    COSMOS 1520 (GLONASS)
    intDesignator:
    1983-127B
    launchDate:
    1983-12-29
    satlat:
    60.555
    satlng:
    -18.3024
    satalt:
    19148.9139
  21. satid:
    14608
    satname:
    SL-12 R/B(AUX MOTOR)
    intDesignator:
    1983-127H
    launchDate:
    1983-12-29
    satlat:
    39.8139
    satlng:
    -0.5541
    satalt:
    15642.4023
  22. satid:
    14884
    satname:
    COSMOS 1547
    intDesignator:
    1984-033A
    launchDate:
    1984-04-04
    satlat:
    58.7703
    satlng:
    -37.8514
    satalt:
    35342.4878
  23. satid:
    15223
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-089D
    launchDate:
    1984-08-24
    satlat:
    50.0861
    satlng:
    -11.0867
    satalt:
    32382.045
  24. satid:
    15266
    satname:
    SL-12 R/B(AUX MOTOR)
    intDesignator:
    1984-095H
    launchDate:
    1984-09-04
    satlat:
    46.0426
    satlng:
    -13.622
    satalt:
    15734.7412
  25. satid:
    15429
    satname:
    MOLNIYA 1-63
    intDesignator:
    1984-124A
    launchDate:
    1984-12-14
    satlat:
    62.1411
    satlng:
    15.5781
    satalt:
    39165.9838
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Will you use the result in generated code?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the find_satellites_above lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.